create <name> [--template <id>] Create a playbook from a named template or custom flow.
- Research:
- Template
- Review:
- Invalid schema
- Validate:
- Manifest created
Quick Ref / Command
Marketing Kit
/ak:play
Marketing playbook orchestrator with dependency graph routing, template management, goal tracking, quality gates, smart suggestions, and stateful manifest updates.
Parse Entry
Route Reference
Load Manifest
Evaluate Graph
Rule 01
A playbook is a stateful dependency graph, not a loose checklist.
Rule 02
Every step has strategy, AI execution, and human-decision layers.
Rule 03
Goal gaps and graph readiness determine what is next.
Rule 04
Templates are validated before use; execution only routes through known commands and rostered agents.
Core lanes from input to output, aligned with the command's real execution path.
Start
Input, scope, route
Work
Agent / skill execution
Verify
Gate, review, validation
Close
Report, handoff, artifact
create <name> [--template <id>] Create a playbook from a named template or custom flow.
next [name] Show the best ready action from dependency graph and goal gap.
status [name] Display playbook progress, blocked work, stale steps, goals, and outputs.
list Summarize local playbooks under data/playbooks/.
blocked [name] Explain blocked and gate-pending steps and recommend an unblock path.
learn [name] Capture user-reviewed reusable patterns into manifest.json and learnings.md.
reset <name> [step] Reset one step or the whole playbook while preserving output files.
gate <name> <step> approve|reject Approve or reject a human decision gate.
goals [set|pull] Set or pull goal metrics and compare them to targets.
templates [--browse] Browse bundled templates such as product-hunt-launch, content-engine, campaign-sprint, and saas-launch.
Concrete invocations for each flag, subcommand, mode, or route available in the live workflow.
/ak:playcreate saas-launch--templatesaas-launch
/ak:play next saas-launch /ak:play status saas-launch /ak:play gate saas-launch pricing-page approve /ak:play goals pull /ak:playtemplates--browse