claude
Generate a comprehensive, actionable task checklist for implementing PRP requirements. Uses information-dense keywords and codebase context to create ordered tasks with specific file modifications, preserving existing patterns and ensuring test coverage for each step.
/plugin marketplace add rpiplewar/shipfaster/plugin install prp@rapid-shippingclaude ** Create a comprehensive task list in PRPs/checklist.md for PRP $ARGIMENTS
Ingest the infomration then dig deep into our existing codebase and PRP, When done ->
ULTRATHINK about the PRP task and create the plan based adhering to claude.md and extract and refine detailed tasks following this principle:
Mark done tasks with: STATUS [DONE], if not done leave empty
Task 1:
STATUS [ ]
MODIFY src/existing_module.py:
- FIND pattern: "class OldImplementation"
- INJECT after line containing "def __init__"
- PRESERVE existing method signatures
STATUS [ ]
CREATE src/new_feature.py:
- MIRROR pattern from: src/similar_feature.py
- MODIFY class name and core logic
- KEEP error handling pattern identical
...(...)
Task N:
...
Each task should have unit test coverage, make tests pass on each task