develop-project

An automated system that executes predefined workflows to generate outputs, requiring no manual intervention once initiated. It,Skip and Cancel buttons; also manages Git-based deployments and handles errors gracefully.

5|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/HirogaKatageri/hirokata --skill develop-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop-project
Source: https://github.com/HirogaKatageri/hirokata/tree/main/plugins/software-project/skills/develop-project
Command: npx skills add https://github.com/HirogaKatageri/hirokata --skill develop-project

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates the end-to-end transformation of a requirements document into a fully implemented, phase-structured codebase, reducing planning time and enabling rapid delivery.

Core Features & Use Cases

  • Master-plan generation from requirements
  • 8 sequential clean-architecture phases
  • Automated task planning and progress tracking
  • Parallel developer execution with resume support
  • Post-implementation comprehensive review and reporting

Quick Start

Provide a requirements document or path to start and I will generate the master plan and execute the 8-phase workflow automatically.

Frequently Asked Questions about develop-project

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

FAQPage Schema
How do I automate turning a requirements document into a codebase?

Automating requirements transformation into a codebase involves parsing the document to generate a master plan and executing an 8-phase workflow. Developer agents sequentially implement the architecture while tracking progress via TASKS.md, finishing with a summary report.

What is the 8-phase workflow for software project development?

The 8-phase workflow is a sequential clean-architecture execution process for software projects. It breaks a master plan into structured development stages, allowing developer agents to execute tasks in parallel while tracking progress and supporting resume operations.

How do I generate a master plan from a requirements document?

Generating a master plan from requirements involves providing the document path to an automated workflow tool. The system analyzes the requirements to produce a phased execution strategy, enabling automated task planning and parallel developer agent execution.

Can I resume project development if a phased execution is interrupted?

Resuming interrupted phased execution is supported through automated progress tracking. The workflow records task completion in TASKS.md, allowing developer agents to continue the 8-phase architecture implementation from the last saved state.

Does automated project management work without external dependencies?

Automated project management operates without external dependencies, relying solely on a requirements document input. The system internally manages master planning, task tracking, and summary reporting without requiring additional framework installations.

What is the best way to track tasks during automated codebase generation?

Tracking tasks during automated codebase generation is handled natively via a TASKS.md file. The workflow automatically records progress throughout the 8 sequential phases, ensuring parallel developer execution and post-implementation reviews are accurately monitored.