Fras0
Community@Fras0
Fras0 provides spec-kit command skills for specification-driven development, covering feature specs, planning, task generation, analysis, and GitHub issue conversion.
Agent Skills by Fras0
Showing 10 vetted skills indexed across 1 GitHub repositories.
speckit-checklist
Generate requirements-quality checklists for spec-kit feature specifications.
speckit-constitution
Create or update the project constitution from interactive principle inputs.
speckit-implement
Executes implementation plans by processing 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 deduplicated GitHub issues via the GitHub MCP server.
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 spec-kit templates.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for cross-artifact consistency and coverage gaps.
speckit-specify
Generate a validated feature specification from a natural language feature description.
speckit-tasks
Generates a dependency-ordered tasks.md checklist from spec-kit design artifacts.
Frequently Asked Questions About Fras0
FAQPage SchemaWhat tasks can I accomplish using Fras0's spec-kit skills?▼
You can create feature specifications from natural language, clarify ambiguous requirements, generate implementation plans and dependency-ordered task lists, analyze cross-artifact consistency, assess codebase convergence against specs, build custom checklists, and convert tasks into GitHub issues.
Who should use these spec-kit skills?▼
Software engineers and technical leads practicing specification-driven development benefit most. They suit developers who want structured feature specs, implementation plans, and task breakdowns before writing code, plus teams tracking work through GitHub issues.
What are the prerequisites for running these skills?▼
Every skill requires an existing spec-kit project structure containing a .specify/ directory. The skills operate on spec-kit artifacts such as spec.md, plan.md, and tasks.md, so the project must already be initialized with the spec-kit template layout.
How do the skills fit together in a typical development sequence?▼
Start with speckit-constitution and speckit-specify, refine with speckit-clarify, then run speckit-plan and speckit-tasks. Validate with speckit-analyze and speckit-checklist, execute via speckit-implement, close gaps with speckit-converge, and publish work using speckit-taskstoissues.
Where do these skills originate and who maintains them?▼
All ten skills are authored by github-spec-kit and sourced from the spec-kit templates/commands directory, including checklist.md, constitution.md, implement.md, converge.md, taskstoissues.md, clarify.md, plan.md, analyze.md, specify.md, and tasks.md.