One-click install
npx skills add https://github.com/bhanukushwah/parinaya-os --skill execute-phase-bhanukushwah
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-phase
Source: https://github.com/bhanukushwah/parinaya-os/tree/main/.kilocode/skills/execute-phase
Command: npx skills add https://github.com/bhanukushwah/parinaya-os --skill execute-phase-bhanukushwah

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the execution of multiple development plans within a project phase, managing dependencies and parallel execution to accelerate development cycles.

Core Features & Use Cases

  • Wave-based Execution: Organizes and runs plans in sequential waves, allowing for parallel execution of independent plans within each wave.
  • Agent Delegation: Orchestrates sub-agents for plan execution and verification, keeping the core orchestrator lean.
  • Checkpoint Handling: Manages plans that require human interaction or verification at specific points.
  • Use Case: When developing a complex feature, this Skill can run all independent UI component plans in Wave 1 simultaneously, then proceed to backend API plans in Wave 2 once Wave 1 is complete, ensuring efficient progress.

Quick Start

Execute all incomplete plans in phase 3 of the current project.

Frequently Asked Questions about execute-phase

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

FAQPage Schema
How do I execute development plans in parallel waves?

Parallel execution of development plans is achieved by grouping independent tasks into sequential waves, organizing simultaneous processing before proceeding to the next dependent wave.

What is wave-based execution for project phases?

Wave-based execution organizes multiple development plans into sequential groups, running independent plans simultaneously within each wave to accelerate overall project phase completion.

How do I manage dependencies when orchestrating parallel development tasks?

Dependency analysis automatically groups plans into execution waves, ensuring dependent plans wait for prerequisite tasks to finish before spawning sub-agents for parallel execution.

Do I need state management files to run phase execution?

State management requires a STATE.md file to track execution progress and a config.json file to define branching strategies and model profiles for orchestrating sub-agents.

How does checkpoint handling work for plans requiring verification?

Checkpoint handling pauses wave execution at specific points, allowing plans that require human interaction or verification to resume safely before proceeding to subsequent tasks.

What is the best way to delegate sub-agents for complex feature development?

Sub-agent delegation orchestrates independent plans by spawning specialized agents for execution and verification, keeping the core orchestrator lean while managing result aggregation.