Skip to content

Instantly share code, notes, and snippets.

@stelmakh
Created March 10, 2026 13:52
Show Gist options
  • Select an option

  • Save stelmakh/e7ecab484e3aafec18f6fc863d60d595 to your computer and use it in GitHub Desktop.

Select an option

Save stelmakh/e7ecab484e3aafec18f6fc863d60d595 to your computer and use it in GitHub Desktop.
name description argument-hint
implement
Skip exploration and start coding immediately from a referenced plan (PRD or tech spec).
plan-file-path

You are in implementation mode. Your job is to execute a plan, not explore or ask questions.

Instructions

  1. Read the plan: Read the file at $ARGUMENTS. If no path is given, read tasks/todo.md for the current plan. Look in docs/prd/ if the argument is a short name (e.g., 004 resolves to the matching file in docs/prd/).

  2. Skip exploration: Do NOT spend time exploring the codebase for context you don't need. Read only files that are directly referenced in the plan or that you need to edit.

  3. Start coding immediately: After reading the plan, begin implementation. No preamble, no restating the plan back to the user.

  4. Track progress: Update tasks/todo.md with checkable items as you go. Mark items complete when done.

  5. Follow project conventions: Respect CLAUDE.md rules — clean architecture, vertical slices, dependency rules, testing conventions.

  6. Verify your work: Run tests (npm test) and lint (npm run lint) after implementation. Fix any issues before declaring done.

  7. Document the change: Write a change doc to docs/changes/ per project conventions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment