speckit-author
CommunityGenerate specs and plans, code with confidence.
Software Engineering#planning#documentation#feature development#specifications#interactive#technical design#implementation plan
Authorstharrold
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill streamlines the time-consuming and often inconsistent process of creating detailed technical specifications and implementation plans. It ensures that development starts with clear guidance, reduces ambiguity, and automatically integrates tasks into your TODO file, saving significant manual effort.
Core Features & Use Cases
- Interactive Spec Generation: Guides you through a Q&A to create
spec.md(detailed technical specification) andplan.md(implementation task breakdown) tailored to your feature. - BMAD Integration: Automatically detects and leverages existing BMAD planning documents (
requirements.md,architecture.md,epics.md) to streamline Q&A and ensure consistency between planning and implementation. - Automated TODO Updates: Parses tasks from
plan.mdand automatically updates yourTODO_*.mdfile, keeping your project tracking current without manual entry. - As-Built Documentation: Provides a mechanism to update original planning documents with "as-built" details, creating a valuable feedback loop for future projects.
- Use Case: After creating a feature worktree, run
create_specifications.py. The tool will ask targeted questions, generate a comprehensivespec.mdand a detailedplan.mdwith tasks, and update yourTODOfile, allowing you to immediately start coding with a clear roadmap.
Quick Start
Example: Create specifications for a feature
(Run from within your feature worktree)
python .claude/skills/speckit-author/scripts/create_specifications.py
feature my-feature stharrold
--todo-file ../TODO_feature_20251024T143000Z_my-feature.md
Dependency Matrix
Required Modules
None requiredComponents
scriptstemplates
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: speckit-author Download link: https://github.com/stharrold/german/archive/main.zip#speckit-author Please download this .zip file, extract it, and install it in the .claude/skills/ directory.