pace-init

Initialize project development tracking with the devpace framework.

73|6|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/arch-team/devpace --skill pace-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pace-init
Source: https://github.com/arch-team/devpace/tree/main/skills/pace-init
Command: npx skills add https://github.com/arch-team/devpace --skill pace-init

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about pace-init

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I initialize project development tracking for a new software project?

To initialize project development tracking, run the command to generate a `.devpace/` directory containing essential configuration files. This setup automatically infers project details from existing files like `package.json` and `README.md` to establish your development workflow.

What is lifecycle awareness in project initialization and how does it adapt to existing code?

Lifecycle awareness in project initialization automatically detects your project's current stage, such as new, in-progress, or released. It adapts the setup process by applying appropriate quality gates and development workflows based on the detected lifecycle stage.

Can I use automated project setup to infer tech stack and configure quality checks?

Yes, automated project setup can infer your tech stack and configure quality checks. By analyzing existing project files, the initialization process automatically extracts the project name, description, and configures appropriate quality gates without manual intervention.

How do I reset or apply templates during project lifecycle management?

To reset or apply templates during project lifecycle management, use the specific initialization modes provided by the framework. These modes support document-driven feature generation, verification, reset, and template application to adapt tracking configurations.

Does project initialization work with an in-progress codebase or only new repositories?

Project initialization works with both in-progress codebases and new repositories. The lifecycle awareness feature detects the project's current stage and adapts the initialization accordingly, providing context-aware next steps for defining business goals.

What's the best way to get guided workflow suggestions after setting up development tracking?

The best way to get guided workflow suggestions is to complete the initial project setup. Once configuration files are generated, the system provides context-aware prompts for defining business goals and release configurations to guide your next steps.