Luis Font - Innovision.one
Community@lluisfont
I help companies transform their business with artificial intelligence.
Agent Skills by Luis Font - Innovision.one
Showing 10 vetted skills indexed across 1 GitHub repositories.
speckit-checklist
Generate requirements-quality checklists for spec-kit feature specifications.
speckit-constitution
Creates or updates the project constitution file from 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 encodes clarification answers back into the spec.
speckit-plan
Generates implementation plans and design artifacts from feature specifications using the spec-kit workflow.
speckit-analyze
Analyzes spec.md, plan.md, and tasks.md for cross-artifact consistency and coverage gaps.
speckit-specify
Generates a validated feature specification from a natural language feature description.
speckit-tasks
Generates a dependency-ordered tasks.md from spec-kit design artifacts.
Frequently Asked Questions About Luis Font - Innovision.one
FAQPage SchemaWhat tasks can I perform with lluisfont'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, convert tasks into GitHub issues, execute implementation plans, and append unbuilt work back into tasks.md.
Who should use these spec-kit skills?โผ
Software engineers, technical leads, and product-minded developers practicing spec-driven development benefit most. They suit teams that want structured feature specs, design artifacts, and traceable task breakdowns before writing code, especially within GitHub-centric projects.
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 feature lifecycle?โผ
Start with speckit-specify to draft the spec, use speckit-clarify to resolve ambiguities, run speckit-plan and speckit-tasks for design and task breakdown, validate with speckit-analyze, execute via speckit-implement, and finish with speckit-converge to capture remaining work.
Where do these skills originate and who authors them?โผ
All ten skills are authored by github-spec-kit and sourced from the spec-kit templates/commands directory, covering checklist, constitution, specify, clarify, plan, tasks, analyze, implement, converge, and taskstoissues commands.