pumasi

Plan software projects with architecture design and parallel Codex subtasks.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill pumasi-gtpgg1013
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pumasi
Source: https://github.com/gtpgg1013/claude-skills-collection/tree/main/skills/plugins/gptaku/pumasi/skills/pumasi
Command: npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill pumasi-gtpgg1013

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, and includes scripts (resource) components.

What problem does it solve?

Enable Claude to act as a project PM that designs high-level architecture, decomposes work into independent Codex-based subtasks, and orchestrates parallel implementation with automatic integration and gate-driven quality checks.

Core Features & Use Cases

  • Phase-driven PM planning: Claude creates a comprehensive plan, defines data models and task boundaries, and sequences rounds for parallel execution.
  • Parallel Codex execution: Independent subtasks are implemented by Codex workers concurrently, accelerating delivery for multi-module projects.
  • Gate-driven QA & integration: Automated tsc/build/test checks and consolidated results ensure deterministic, auditable outcomes across rounds.
  • End-to-end orchestration: Context sharing between rounds, task signature enforcement, and centralized monitoring for cohesive integration.

Quick Start

Define a pumasi.config.yaml with tasks and run pumasi.sh start to orchestrate parallel Codex workers under Claude supervision.

Frequently Asked Questions about pumasi

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

FAQPage Schema
How do I orchestrate parallel development across multiple AI agents for a software project?

Parallel development across multiple AI agents is orchestrated by a Claude-driven PM that decomposes software architecture into independent subtasks, coordinating concurrent Codex workers with automated gate checks. This ensures deterministic, auditable outcomes across multi-module projects.

What is phase-driven project management for AI agent workflow orchestration?

Phase-driven project management for AI agent workflow orchestration is a process where a central PM creates a comprehensive plan, defines data models, and sequences rounds of parallel execution. It enforces strict task signatures and mandatory gate checks for cohesive integration.

How do I start parallel Codex execution under Claude supervision?

To start parallel Codex execution, define a pumasi.config.yaml file specifying your tasks and run the pumasi.sh start script. This initiates the orchestration, allowing Claude to manage context sharing and monitor independent subtasks concurrently.

Does this workflow orchestration approach require specific dependencies to manage task distribution?

Yes, this task distribution approach requires the yaml dependency to define task configurations. You need to structure your project boundaries and task signatures in a config file before executing the orchestration script for parallel AI agent development.

How are automated integration and quality checks handled during parallel AI development?

Automated integration and quality checks during parallel AI development are handled through gate-driven QA, executing tsc/build/test checks after each round. Consolidated results ensure deterministic outcomes and centralized monitoring across all concurrent subtasks.

When should I use Claude as a PM to coordinate Codex workers instead of manual task distribution?

You should use Claude as a PM to coordinate Codex workers for multi-module projects requiring distributed coding, strict phase gating, and round-based execution. It is ideal when you need explicit task signatures and automatic integration for deterministic results.