zjx
Community@zhangliuliuzhang · 中国
zjx 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 zjx
Showing 11 vetted skills indexed across 1 GitHub repositories.
speckit-checklist
Generate requirements-quality checklists for spec-kit feature specifications.
speckit-constitution
Create and update project constitutions while syncing dependent spec-kit templates.
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 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 spec-kit templates.
speckit-agent-context-update
Updates the managed Spec Kit section in coding agent context files.
speckit-analyze
Analyze spec.md, plan.md, and tasks.md for inconsistencies, gaps, and constitution violations.
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 zjx
FAQPage SchemaWhat tasks can I perform using zjx's Spec Kit skills?▼
You can create feature specifications from natural language, clarify underspecified requirements, generate implementation plans and dependency-ordered tasks, analyze cross-artifact consistency, execute tasks.md implementation, convert tasks to GitHub issues, and maintain project constitutions and checklists.
Who should use these Spec Kit command skills?▼
Software engineers, technical leads, and product-minded developers practicing spec-driven development benefit most. They suit teams who want structured spec.md, plan.md, and tasks.md artifacts governing feature work rather than ad-hoc prompting, plus maintainers syncing coding agent context files.
What are the prerequisites for running these skills?▼
Every skill requires an existing spec-kit project structure containing a .specify/ directory. You must initialize the Spec Kit templates in your repository first; the skills then operate on the spec.md, plan.md, and tasks.md artifacts within that structure.
How do the skills fit 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 for design artifacts, validate with speckit-analyze, then execute via speckit-implement. speckit-converge appends remaining work, and speckit-taskstoissues publishes GitHub issues.
Are these Spec Kit skills free to use?▼
The skills originate from github-spec-kit templates (templates/commands/ sources), which are openly distributed. No licensing fees or paid tiers are indicated in the manifest; they are user-invocable commands requiring only a spec-kit project structure to operate.