From nw
Defines cross-agent collaboration protocols and handoff patterns for TDD, Mikado, and refactoring workflows, including triggers, content, and transitions.
npx claudepluginhub nwave-ai/nwave --plugin nwThis skill uses the workspace's default tool permissions.
- **acceptance_designer** (DISTILL): E2E acceptance tests | business validation requirements | production integration patterns
Guides Mikado Method for complex refactors: experiment to discover dependencies via failures, build prerequisite trees in Markdown, commit discoveries, revert changes, execute bottom-up.
Guides task implementation using Conductor's TDD workflow, phase checkpoints, git commits, and verification protocols.
Guides task implementation using Conductor's TDD workflow, phase checkpoints, git commits, verification protocols, and progress recording in plan files.
Share bugs, ideas, or general feedback.
tdd_with_continuous_refactoring:
pattern: "TDD -> L1-L2 Refactoring -> TDD (continuous cycle)"
timing: "After each GREEN phase in inner TDD loop"
scope: "Level 1-2 only during active TDD"
tdd_with_mikado_planning:
pattern: "TDD -> Mikado Exploration -> TDD Continuation"
timing: "When architectural complexity blocks TDD progress"
scope: "Full Mikado Method with return to TDD"
mikado_with_systematic_execution:
pattern: "Mikado Exploration -> Systematic Refactoring Execution"
timing: "After exploration identifies true leaves"
scope: "Full systematic refactoring with tree-guided execution"
feat(<component>): <business-value-description>
- Implemented: <specific feature or capability>
- Tests: <test coverage details>
- Architecture: <architectural layer(s) touched>
- E2E Status: <enabled/disabled with reason>
Co-Authored-By: Claude <noreply@anthropic.com>
Discovery: [SpecificClass.Method(parameters)] requires [ExactPrerequisite] in [FilePath:LineNumber]
- Tree: docs/mikado/<goal-name>.mikado.md updated
- Dependencies: <count> new dependencies discovered
- Exploration: <status of exploration phase>
Co-Authored-By: Claude <noreply@anthropic.com>
feat(mikado): Implement leaf node - <node-description>
- Mikado Node: <specific node from tree>
- Tree Progress: <completed-count>/<total-count> leaves complete
- Tests: All passing
Co-Authored-By: Claude <noreply@anthropic.com>
refactor(level-N): <atomic-transformation-description>
- Applied: <specific refactoring technique>
- Target: <code smell(s) addressed>
- Files: <list of modified files>
- Tests: All passing
- Mikado: <mikado-node-reference> (when applicable)
Co-Authored-By: Claude <noreply@anthropic.com>