golden-path

Generate a playbook skeleton via the Hook, Skill, and pm SubAgent chain.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/M2AI-jp/thanks4claudecode-fresh --skill golden-path
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: golden-path
Source: https://github.com/M2AI-jp/thanks4claudecode-fresh/tree/main/.claude/skills/golden-path
Command: npx skills add https://github.com/M2AI-jp/thanks4claudecode-fresh --skill golden-path

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It ensures every task follows a standardized Flow: Hook → Skill → SubAgent to reliably create and manage playbooks, preventing ad-hoc starts.

Core Features & Use Cases

  • Standardized task initiation: Enforces a consistent start flow for all tasks.
  • SubAgent orchestration: Coordinates pm SubAgent and Codex delegates to build the playbook.
  • Mandatory playbook creation: Prevents progress until a proper playbook skeleton exists.

Quick Start

Trigger the Golden Path by starting a new task with the Hook → playbook-init sequence (do not bypass the chain).

Frequently Asked Questions about golden-path

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

FAQPage Schema
How do I enforce a standardized workflow for task initiation and playbook creation?

Standardized task initiation enforces a consistent Hook → Skill → SubAgent flow for every task. This prevents ad-hoc starts and ensures reliable playbook skeleton generation by mandating entry through the prompt.sh Hook and playbook-init Skill before SubAgent orchestration begins.

What does it mean to orchestrate tasks through a structured playbook workflow?

Orchestration coordinates task execution through a defined sequence: the Hook triggers the playbook-init Skill, which generates a playbook skeleton, then delegates to the pm SubAgent for execution. This chain validates trigger patterns and prohibits skipping steps to maintain workflow integrity.

How do I prevent tasks from starting without a proper playbook structure?

The Golden Path enforces mandatory playbook creation by validating that every task entry follows the Hook → Skill → SubAgent chain. Progress is blocked until a proper playbook skeleton exists, preventing any bypass of the standardized initiation sequence.

Can I use this workflow to coordinate multiple SubAgents and Codex delegates?

Yes. The Golden Path orchestrates pm SubAgent and Codex delegates to build the playbook collaboratively. The standardized entry point and mandatory chain ensure all contributors follow the same workflow, enabling reliable multi-agent task coordination.

What happens if I skip the Hook or Skill step in the task sequence?

Skipping the Hook or playbook-init Skill step is prohibited by the Golden Path validation logic. The workflow enforces the complete entry chain; attempting to bypass it will fail trigger pattern validation and prevent task progress.