@devpilot.sh/cli
v0.1.1
Published
CLI-first, spec-driven development pipeline tool
Maintainers
Readme
@devpilot.sh/cli
CLI-first, spec-driven development pipeline tool that transforms ideas into implementation through structured workflows.
Installation
npm install -g @devpilot.sh/cliQuick Start
# Initialize a new project
devpilot init my-project
# Generate specifications from requirements
devpilot spec generate
# Create system design
devpilot design create
# Generate implementation tasks
devpilot tasks generate
# Execute with AI assistance
devpilot executor runFeatures
- 🎯 Spec-Driven Development: Start with clear specifications using EARS notation
- 🔌 Plugin Architecture: Extensible system with hot-reloading support
- 🤖 AI Integration: Built-in support for multiple AI providers
- 📋 Task Management: Automatic task generation and tracking
- 🔄 Pipeline Automation: Define and execute custom workflows
- 🧠 Context Awareness: Maintains project context across sessions
Core Commands
devpilot init- Initialize a new projectdevpilot spec- Manage specificationsdevpilot design- Create and manage system designsdevpilot tasks- Generate and track implementation tasksdevpilot pipeline- Define automation workflowsdevpilot executor- Run tasks with AI assistance
Documentation
Full documentation available at: https://github.com/openconjecture/devpilot
Requirements
- Node.js >= 18.0.0
- npm >= 8.0.0
License
MIT © OpenConjecture
Support
- Issues: https://github.com/openconjecture/devpilot/issues
- Discussions: https://github.com/openconjecture/devpilot/discussions
