← ClaudeAtlas

work-full-detailed-workflowlisted

Simon's full detailed working harness — plan-first with tickets, verify foundation assumptions empirically before building, tests-first as a tree, parallel sub-agents with tracked progress, observability, UX standards, scope discipline, PR/deploy hygiene. Apply to any substantive or multi-step task (feature, integration, refactor, or adopting someone else's work). Thin index — it points to the shared reference catalogs in ~/.claude/references/ that hold the detail.
skowalskidev/dotclaude · ★ 2 · AI & Automation · score 78
Install: claude install-skill skowalskidev/dotclaude
# Simon's Working Harness For any substantial or multi-step task, apply the shared reference catalogs below. They are the SINGLE SOURCE OF TRUTH — the same catalogs CLAUDE.md and the other skills point to, so nothing is duplicated. Read each catalog when its stage is in play: - **Research** → `~/.claude/references/research.md` — open the run with it: what already solves this, what changed since training, what the people who did it hit. Never from memory. - **Contracts** → `~/.claude/references/contracts-and-outcomes.md` — find out whether the project declares what each unit produces, and keep those criteria true. A green suite does not prove it. - **Plan & track** → `~/.claude/references/planning-and-tracking.md` — plan first (user-journey TLDR + tracker + questions consolidated, re-checked against the original tickets so nothing drops), verify foundation pillars before building (real code + online + an empirical spike), a DYNAMIC checklist that absorbs emergent work and tracks every ask to completion, and the worktree's `.context/intent-ledger.md` — the hook records every ask verbatim; you record the sources, the plan he ratified, each pivot, and the closing reconciliation of asked against built. - **Parallelize & delegate** → `~/.claude/references/parallelization.md` — fan out across tasks AND stages, orchestrate-strong / implement-with-Sonnet-4.6 (`claude-sonnet-4-6`), explicit DO-NOT-TOUCH lists, verify on disk, review the delegated diff. - **Test** →