speeddesigns
Community@speeddesigns
speeddesigns publishes GitHub spec-kit command skills enabling spec-driven development: feature specification, planning, task generation, analysis, and implementation within .specify/ project structures.
Agent Skills by speeddesigns
Showing 10 vetted skills indexed across 1 GitHub repositories.
speckit-checklist
Generates requirements-quality checklists for spec-kit feature specifications.
speckit-constitution
Create or update the project constitution from interactive or provided principle inputs.
speckit-implement
Executes implementation plans by processing all tasks defined in tasks.md.
speckit-converge
Assess codebase against spec, plan, and tasks, then append remaining work to tasks.md.
speckit-taskstoissues
Convert spec-kit tasks into dependency-ordered GitHub issues with deduplication.
speckit-clarify
Identifies underspecified areas in feature specs and records targeted clarification answers.
speckit-plan
Generates implementation plans and design artifacts from feature specifications using the spec-kit plan template.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for cross-artifact consistency and coverage gaps.
speckit-specify
Generate validated feature specifications from natural language descriptions using spec-kit templates.
speckit-tasks
Generates dependency-ordered tasks.md checklists from spec-kit design documents.
Frequently Asked Questions About speeddesigns
FAQPage SchemaWhat tasks can I perform using speeddesigns' spec-kit skills?▼
You can create feature specifications from natural language, clarify underspecified requirements, generate implementation plans and dependency-ordered tasks.md files, analyze cross-artifact consistency, convert tasks into GitHub issues, execute implementation plans, and append unbuilt work back into tasks.md.
Who are these spec-kit skills designed for?▼
They target software engineers and technical leads practicing spec-driven development with GitHub's spec-kit. Users who maintain spec.md, plan.md, and tasks.md artifacts and want structured progression from feature description through planning, task generation, analysis, and implementation benefit most.
What are the prerequisites for running these skills?▼
Every skill requires an existing spec-kit project structure containing a .specify/ directory. The skills originate from github-spec-kit command templates, so the repository must already be initialized with spec-kit conventions before invoking specify, plan, tasks, analyze, implement, or related commands.
How do the skills work together in a typical feature lifecycle?▼
Start with speckit-specify to draft the spec, use speckit-clarify to resolve ambiguities, run speckit-plan and speckit-tasks to produce design artifacts and ordered tasks, validate with speckit-analyze, optionally publish via speckit-taskstoissues, then execute with speckit-implement and speckit-converge.
Are speeddesigns' spec-kit skills free to use?▼
The skills are derived from github-spec-kit command templates and published as public repository content. No licensing fee or commercial cost is indicated in the manifest; users should consult the source repository for exact license terms governing redistribution and modification.