Work on TPP
Documented in depth: Claude Code has amnesia. So do PRs, changelogs, and your future self.
A Technical Project Plan (TPP) is a living handoff document: it carries research,
design decisions, failed approaches, and next steps across sessions, so the next
session (or the next engineer) continues instead of restarting.
Make progress on the referenced TPP. Determine the current phase and take
appropriate action.
Required Reading First
Before any work, you MUST read:
- The project's instructions:
AGENTS.md, plus CLAUDE.md when present
- The project's TPP guide:
docs/TPP-GUIDE.md if it exists; otherwise the
bundled reference TPP-GUIDE.md
Process
- Read the referenced TPP. It will live in
_todo/, in a priority folder
(_active/, _p1/…_p4/), or in a documented feature integration queue
matching _feat-<name>/ if this project uses them.
- Identify the current phase.
- Do the work for that phase.
- Update the TPP with progress and discoveries — gotchas, rejected approaches,
and the why behind decisions, not a transcript.
When context runs low before the work is done, invoke the handoff skill rather than
letting the session end silently. When the TPP is complete, move it to _done/.
Adapting for your project
- Create a project
docs/TPP-GUIDE.md (start from the bundled reference)
and tailor the layout, frontmatter fields, and template to your conventions —
the project guide always takes precedence over the bundled copy.
- Extend the required reading list with your high-value docs
(
DESIGN-PRINCIPLES.md, TDD.md, architecture decisions). Every listed file
is read on every invocation, so keep it short.
- Automate durable reminders portably. Put the TPP update requirement in
the repository's
AGENTS.md, or use a supported project hook or automation
that prompts the coding agent to update the active TPP before a task ends.
1---2name: tpp3description: Work on a Technical Project Plan — read the plan, identify the current phase, do that phase's work, and update the plan with discoveries. Use when starting or resuming multi-session work tracked in a plan file.4---56# Work on TPP78> Documented in depth: [Claude Code has amnesia. So do PRs, changelogs, and your future self.](https://photostructure.com/coding/claude-code-tpp/)910A Technical Project Plan (TPP) is a living handoff document: it carries research,11design decisions, failed approaches, and next steps across sessions, so the next12session (or the next engineer) continues instead of restarting.1314Make progress on the referenced TPP. Determine the current phase and take15appropriate action.1617## Required Reading First1819Before any work, you MUST read:2021- The project's instructions: `AGENTS.md`, plus `CLAUDE.md` when present22- The project's TPP guide: `docs/TPP-GUIDE.md` if it exists; otherwise the23 bundled reference [TPP-GUIDE.md](TPP-GUIDE.md)2425## Process26271. Read the referenced TPP. It will live in `_todo/`, in a priority folder28 (`_active/`, `_p1/`…`_p4/`), or in a documented feature integration queue29 matching `_feat-<name>/` if this project uses them.302. Identify the current phase.313. Do the work for that phase.324. Update the TPP with progress and discoveries — gotchas, rejected approaches,33 and the _why_ behind decisions, not a transcript.3435When context runs low before the work is done, invoke the `handoff` skill rather than36letting the session end silently. When the TPP is complete, move it to `_done/`.3738## Adapting for your project3940- **Create a project `docs/TPP-GUIDE.md`** (start from the bundled reference)41 and tailor the layout, frontmatter fields, and template to your conventions —42 the project guide always takes precedence over the bundled copy.43- **Extend the required reading list** with your high-value docs44 (`DESIGN-PRINCIPLES.md`, `TDD.md`, architecture decisions). Every listed file45 is read on every invocation, so keep it short.46- **Automate durable reminders portably.** Put the TPP update requirement in47 the repository's `AGENTS.md`, or use a supported project hook or automation48 that prompts the coding agent to update the active TPP before a task ends.