phase-workflow-skill-creator

Community

Decompose prompts into phased workflow skills.

Authorskurekjakub
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Large, monolithic agent prompts become unwieldy to maintain and hard to reason about. This skill provides a structured approach to split an agent prompt into a router SKILL.md and per-phase reference files so context is disclosed progressively.

Core Features & Use Cases

  • Router-based phase navigation: a lightweight SKILL.md that orchestrates multiple reference files.
  • Phase reference files: granular domain content loaded only when needed, reducing context load.
  • Slimmed agent file: keeps only core role, IO contract, and universal rules while phase content resides in references.
  • Transition gates: enforce completion checks before moving to the next phase.
  • Use case: convert a bloated agent into a phase-driven workflow with reusable references for long running prompts.

Quick Start

Start by creating a workflow skill directory and reference files, then update the agent to mount the workflow skill and read the phase references.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: phase-workflow-skill-creator
Download link: https://github.com/skurekjakub/docwriter-agent/archive/main.zip#phase-workflow-skill-creator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.