.agents/skills/openspec-apply/SKILL.md
Implements an approved OpenSpec change and keeps tasks in sync. Use when applying or implementing an openspec proposal.
npx skillsauth add charly-vibes/wai openspec-applyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Implement an approved OpenSpec change and keep tasks in sync.
openspec/AGENTS.md (located inside the openspec/ directory—run ls openspec or openspec update if you don't see it) if you need additional OpenSpec conventions or clarifications.Track these steps as TODOs and complete them one by one.
changes/<id>/proposal.md, design.md (if present), and tasks.md to confirm scope and acceptance criteria.tasks.md is finished.- [x] and reflects reality.openspec list or openspec show <item> when additional context is required.openspec show <id> --json --deltas-only if you need additional context from the proposal while implementing.testing
Compare original and distilled prompts to verify the distillation is faithful and lossless. Checks completeness, accuracy, and appropriate conciseness.
development
Implement features following Test-Driven Development methodology. Red-Green-Refactor cycle with phased approach and verification at each step.
development
Orchestrate multi-agent code review with three waves - parallel analysis, cross-validation, and convergence check. Simulates specialist reviewers and synthesizes findings.
development
Apply Steve Yegge's Rule of 5 iterative review to any artifact - code, plans, research, issues, specs, or documents. Five stages from draft through excellence.