Loading...
Loading...
Orchestrates test planning pipeline (research → manual → auto tests). Coordinates ln-521, ln-522, ln-523. Invoked by ln-500-story-quality-gate.
npx skill4agent add levnikolaevich/claude-code-skills ln-520-test-plannerPaths: File paths (,shared/,references/) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root.../ln-*
ln-520-test-planner (Orchestrator)
│
├─→ ln-521-test-researcher
│ └─→ Posts "## Test Research: {Feature}" comment
│
├─→ ln-522-manual-tester
│ └─→ Creates tests/manual/ scripts + "## Manual Testing Results" comment
│
└─→ ln-523-auto-test-planner
└─→ Creates test task in Linear via ln-301/ln-302docs/tasks/kanban_board.mdln-521-test-researcherln-522-manual-testerln-523-auto-test-plannerCRITICAL: All delegations use Task tool withfor context isolation.subagent_type: "general-purpose"
| Phase | Worker | Purpose |
|---|---|---|
| 2 | ln-521-test-researcher | Research real-world problems |
| 3 | ln-522-manual-tester | Manual AC testing via bash scripts |
| 4 | ln-523-auto-test-planner | Plan E2E/Integration/Unit tests |
Task(description: "[Phase N] test planning via ln-52X",
prompt: "Execute ln-52X-{worker}. Read skill from ln-52X-{worker}/SKILL.md. Story: {storyId}",
subagent_type: "general-purpose")../ln-521-test-researcher/SKILL.md../ln-522-manual-tester/SKILL.md../ln-523-auto-test-planner/SKILL.md../ln-500-story-quality-gate/SKILL.md../shared/references/risk_based_testing_guide.md