nw-ab-critique-dimensi…
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
Cross-agent collaboration protocols, workflow handoff patterns, and commit message formats for TDD/Mikado/refactoring workflows
$ npx -y skills add nWave-ai/nWave --skill nw-collaboration-and-handoffs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/nw-collaboration-and-handoffsContext preview
The summary Claude sees to decide when to auto-load this skill.
Cross-agent collaboration protocols, workflow handoff patterns, and commit message formats for TDD/Mikado/refactoring workflows
name: nw-collaboration-and-handoffs description: Cross-agent collaboration protocols, workflow handoff patterns, and commit message formats for TDD/Mikado/refactoring workflows user-invocable: false disable-model-invocation: true
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>
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>
feat(mikado): Implement leaf node - <node-description> - Mikado Node: <specific node from tree> - Tree Progress: <completed-count>/<total-count> leaves complete - Tests: All passing
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)
AI agents that guide you from idea to working code, with human judgment at every gate. nWave runs inside Claude Code. It breaks feature delivery into seven waves (discover, diverge, discuss, design, devops, distill, deliver).
Repo: nWave-ai/nWave
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
Review dimensions for acceptance test quality - happy path bias, GWT compliance, business language purity, coverage completeness, walking skeleton…
Detailed 5-phase workflow for creating agents - from requirements analysis through validation and iterative refinement
5-layer testing approach for agent validation including adversarial testing, security validation, and prompt injection resistance
Architectural style selection decision matrices, trade-off analysis, structural enforcement rules, and combination patterns. Load when choosing or evaluating…