What problem does it solve?
This Skill initializes and manages project development tracking, ensuring consistent quality, goal alignment, and efficient handling of requirement changes throughout the development lifecycle.
Core Features & Use Cases
- Project Initialization: Sets up the
.devpace/ directory with essential configuration files for project management.
- Lifecycle Awareness: Automatically detects the project's stage (new, in-progress, released) and adapts initialization accordingly.
- Automated Setup: Infers project name, description, tech stack, and quality checks from existing project files.
- Guided Workflow: Provides context-aware next steps and prompts for defining business goals and release configurations.
- Use Case: When starting a new project, run
/pace-init to automatically set up all necessary tracking files, inferring details from your package.json and README.md, and get guided suggestions on how to proceed.
Quick Start
Run /pace-init to initialize the project development tracking.