Build a new feature using systematic spec-driven development workflow
Systematically builds features using spec-driven development: creates detailed specifications first, then implements code based on validated specs. Use when building new features that require careful planning and documentation.
/plugin marketplace add codethread/claude-code-plugins/plugin install spec-dev@codethread-pluginsfeature briefing or descriptionUse the Skill tool to load the spec-architect skill and execute the BUILD workflow.
bash ~/.claude/plugins/marketplaces/codethread-plugins/plugins/spec-dev/scripts/get-next-spec-id.shFEATURE_BRIEF: $ARGUMENTSLoad the spec-dev:spec-architect skill
Follow the PLAN Workflow first to create and validate specifications
Use the FEATURE_BRIEF as your starting point for planning
Use the next available spec ID from Context when creating the specification directory
Once specifications are complete and validated, proceed to the BUILD Workflow for implementation