Loading...
Loading...
Breaks work into bite-sized tasks before coding. Activates when a multi-step task needs planning — creates tasks small enough for a junior developer to follow (2-5 minutes each), with exact file paths, complete implementation details, and verification steps. References Linear issue context and project-specific test commands from CLAUDE.md.
npx skill4agent add brite-nites/britenites-claude-plugins writing-plansdocs/designs/[issue-id]-*.mddocs/plans/[issue-id]-plan.md# Plan: [Issue Title]
**Issue**: [ID] — [Title]
**Branch**: [branch-name]
**Tasks**: N (estimated [time])
## Prerequisites
- [Any setup needed before starting]
- [Dependencies that must be in place]
## Tasks
### Task 1: [Short imperative title]
**Files**: `path/to/file.ts`, `path/to/test.ts`
**Why**: [One sentence — what this accomplishes]
**Implementation**:
1. [Exact change to make]
2. [Exact change to make]
**Test**:
- Write test: [describe the test]
- Run: `[exact test command]`
- Expected: [what passing looks like]
**Verify**: [how to confirm this task is done]
---
### Task 2: [Short imperative title]
...
## Task Dependencies
- Task 3 depends on Task 1 (needs the interface defined in Task 1)
- Tasks 4 and 5 are independent (can run in parallel)
## Verification Checklist
- [ ] All tests pass: `[test command]`
- [ ] Build succeeds: `[build command]`
- [ ] Lints clean: `[lint command]`
- [ ] [Issue-specific acceptance criteria]npm test -- --grep "auth"executing-plansUseridemailnamecreatedAtprisma/schema.prisma_shared/validation-pattern.md