Claude-skill-registry agent-workflow-playbook
Guide plan → instrument → execute → validate with explicit checkpoints and questions. Use for ambiguous tasks or when enforcing a consistent agent workflow.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agent-workflow-playbook" ~/.claude/skills/majiayu000-claude-skill-registry-agent-workflow-playbook && rm -rf "$T"
manifest:
skills/data/agent-workflow-playbook/SKILL.mdsource content
Agent Workflow Playbook
Overview
Apply a consistent workflow to reduce drift in agent runs, with explicit questions and checkpoints between phases.
Quick start
- Fill
.templates/workflow_plan.json - Ask clarifying questions before execution.
- Capture results and validation in
.results.json
Core Guidance
- Plan: capture goals, constraints, success criteria.
- Instrument: define artifacts and logs before execution.
- Execute: do the minimal next step.
- Validate: verify outputs and decide next action.
Resources
: Phase prompts and questions.references/workflow-checklist.md
: Plan scaffold for the workflow.templates/workflow_plan.json
Validation
- Confirm each phase is completed and documented.