What problem does it solve?
This Skill converts vague or partial change requests into a fully specified, dependency-aware openspec change with all artifacts needed for implementation, removing manual coordination and guesswork for engineers and product teams.
Core Features & Use Cases
- Focused exploration: Asks 1-3 targeted clarifying questions and inspects the codebase only until sufficient clarity is reached, avoiding open-ended brainstorming.
- Dependency-aware artifact creation: Derives a kebab-case change name, creates the change via openspec, reads artifact instructions, honors dependencies, and generates files in the required order while using TodoWrite to track progress.
- Guardrails & compliance: Enforces explicit subagent briefing, prohibits background subagents, annotates high-risk tasks with verify points, and instructs running openspec and bash commands from the project root.
- Use cases: Adding a new auth flow, implementing an API endpoint with migrations, or producing UI + backend artifacts for a feature rollout.
Quick Start
Create a new change named add-user-auth to implement JWT authentication with refresh tokens stored in Redis.