agentpit

Automate AgentPit feature module development from initialization through code generation.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/hangeaiagent/agentpit-Skills --skill agentpit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentpit
Source: https://github.com/hangeaiagent/agentpit-Skills/tree/main/skills/agentpit
Command: npx skills add https://github.com/hangeaiagent/agentpit-Skills --skill agentpit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end AgentPit feature module development by merging initialization, PRD, and code generation into a single workflow.

Core Features & Use Cases

  • End-to-end workflow: init → prd → dev for fast, repeatable feature delivery.
  • Quick mode: bypass PRD with --quick for faster iterations.
  • State tracking: uses .agentpit/state.json to manage progress and guardrails.

Quick Start

Run /agentpit to start the full workflow, or use /agentpit --quick for a faster path.

Frequently Asked Questions about agentpit

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

FAQPage Schema
How do I automate end-to-end feature module development from PRD to code generation?

Automating end-to-end feature module development merges initialization, PRD definition, and code generation into a single workflow. You can run the full process sequentially to ensure fast, repeatable feature delivery with built-in state tracking.

How does state management work during automated code generation workflows?

State management during code generation workflows uses a state.json file to track progress and enforce guardrails. This file manages stage transitions across the development process, ensuring an auditable record of initialization, PRD, and code generation phases.

Can I skip the PRD definition phase for faster iterations during code scaffolding?

Yes, you can skip the PRD definition phase for faster iterations by activating quick mode with the --quick flag. This bypasses the PRD stage, allowing developers to move directly from initialization to code scaffolding.

What is the best way to structure a repeatable development process for modular feature delivery?

A repeatable development process for modular features follows an init to prd to dev sequence. This coordinates input collection, state management, and code scaffolding across stages to guarantee robust and auditable feature delivery.

Do I need any specific dependencies to run an automated workflow for feature module creation?

No specific dependencies are required to run the automated workflow for feature module creation. The process operates independently to coordinate input collection and code scaffolding without external component installations.

Why should software teams use an auditable state tracking process for code generation?

Software teams use an auditable state tracking process for code generation to ensure robust feature delivery. Tracking stage transitions in a state.json file provides clear visibility into progress and enforces development guardrails across the workflow.