kspec is spec-first task management for AI-assisted development.
It gives you a durable spec tree, linked implementation tasks, and a shadow-branch workflow that keeps project planning state out of your main git history. The result is a tighter loop between "what should exist", "what is being worked on", and "what shipped".
Early-stage software: expect rough edges and command/API changes while the workflow stabilizes.
npm install -g @kynetic-ai/specSee Installation for prerequisites and verification steps.
kspec init # create project manifest + shadow worktree
kspec setup # configure agent environment
kspec session start # view active work and project contextThe Getting Started walkthrough covers the full path from install to your first completed task.
- Getting Started — install, initialize, and complete the spec-first loop
- Concepts — mental models for how kspec works
- Guides — step-by-step procedures for common workflows
- Troubleshooting — solutions for common issues
- INSTALL.md — detailed installation and setup modes