Agent skill
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 this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/agent-workflow-playbook
Metadata
Additional technical details for this skill
- tags
-
workflow planning process
- owner
- audience
- agents
- stability
- draft
- short description
- Standardized agent workflow guidance
SKILL.md
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
references/workflow-checklist.md: Phase prompts and questions.templates/workflow_plan.json: Plan scaffold for the workflow.
Validation
- Confirm each phase is completed and documented.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?