Agent skill
specswarm-init
Initialize SpecSwarm for a project with constitution and standards. Triggers on setup/initialize/configure intent.
Install this agent skill to your Project
npx add-skill https://github.com/MartyBonacci/specswarm/tree/main/plugins/specswarm/skills/specswarm-init
SKILL.md
SpecSwarm Init
Provides natural language access to /specswarm:init command.
When to Invoke
Trigger this skill when the user mentions:
- Setting up SpecSwarm for a project
- Initializing project configuration
- Creating project constitution or standards
- First-time SpecSwarm setup
Examples:
- "Set up SpecSwarm"
- "Initialize this project"
- "Configure SpecSwarm for my repo"
- "Create project constitution"
Instructions
Auto-execute on clear intent:
- Detect that user wants to initialize/set up SpecSwarm
- Execute immediately: Run
/specswarm:init - The init command is interactive — it will ask its own questions
Semantic Understanding
Init equivalents: initialize, init, set up, setup, configure, bootstrap, onboard, get started Target terms: project, repo, repository, codebase, workspace
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
specswarm-build
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
specswarm-modify
Modify features with impact analysis and compatibility checks. Triggers on modify/change/update/refactor intent.
specswarm-fix
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
specswarm-release
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
specswarm-rollback
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
specswarm-ship
Quality-gated merge to parent branch (DESTRUCTIVE). ALWAYS confirms on ship/deploy/merge/release intent.
Didn't find tool you were looking for?