
Agent Workflow Toolkit
- Updated May 18, 2026
- slowcraft/agentic-playbook_features-workflow-toolkit
agent-workflow-toolkit is a Claude Code skill in the Automation & Workflows category. Ships skills for writing stories, dispatching parallel agents, and graduated research. Plus templates and opt-in hook / CI examples.
Key points
- agent-workflow-toolkit
- Automation & Workflows
- AI-coding skill
Agent Workflow Toolkit by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add slowcraft/agentic-playbook_features-workflow-toolkit/plugin install agent-workflow-toolkit@agent-workflow-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | May 18, 2026 |
|---|---|
| Repository | slowcraft/agentic-playbook_features-workflow-toolkit ↗ |
What it does
Ships skills for writing stories, dispatching parallel agents, and graduated research. Plus templates and opt-in hook / CI examples.
README.md
agent-workflow-toolkit (plugin)
The plugin payload inside the marketplace. This README is what /plugin info agent-workflow-toolkit@agent-workflow-toolkit shows.
What this plugin gives you
Skills (auto-trigger on intent phrases or explicit invocation):
| Skill | What it does |
|---|---|
writing-stories |
Turn investigations / requests into formally-scoped backlog items with description, dependencies, and a numeric-prefix lifecycle. |
deep-research-toolkit |
Graduated source-cited research for tool evaluation, comparing approaches, or building context. Scales depth (quick / medium / deep) to the question. |
dispatching-client-story-agent |
Produce a self-contained Agent-tool prompt to dispatch a background subagent on an isolated worktree with the right base-commit-fix preamble, scope guards, and conventions. |
More skills land in T.2 — see CHANGELOG.md at the marketplace root for the plan.
Templates (under templates/):
claude-toolkit.yaml.template— project config the skills read fromfeature-docs/— the scaffold tree (decisions/, specs/, stories/, experiments/, research/) an adopter copies into their project's.claude/docs/<feature>/
What this plugin does NOT do
- It does NOT modify your
~/.claude/settings.jsonautomatically - It does NOT install hooks, CI checks, or any kind of background automation — invariants live inside skill content only
How to use after install
- Run
/plugin info agent-workflow-toolkit@agent-workflow-toolkitto verify install - Optionally invoke the (future)
initializing-feature-docsskill on a new feature to scaffold thetemplates/feature-docs/tree into your project - Create a
.claude-toolkit.yamlat your project root usingtemplates/claude-toolkit.yaml.templateas the starting point - Read the operator manual under
docs/in the marketplace repo (adoption-guide.md,working-with-the-agent.md,configuration-reference.md)
Customization
Each skill reads conventions from .claude-toolkit.yaml at your project root. The most-touched knobs:
writing-stories— drop a markdown file at<stories_dir>/_template.mdto override the built-in story template, or setstories.template_filein the yaml to point anywhere. With nothing configured, the skill infers format from your most recent file in<stories_dir>/done/, or asks you once on first invocation.deep-research-toolkit— override depth, source cap, or output directory inline via natural language ("research X at deep depth", "save research to docs/notes/"). Defaults:autodepth, 50-source cap,docs/research/output.dispatching-client-story-agent— readsdispatch.default_model,dispatch.default_isolation,dispatch.default_backgroundfrom the yaml. Honorsforbidden_pathsandhigh_risk_shared_filesto keep parallel agents from colliding.
See templates/claude-toolkit.yaml.template for the full schema; each skill's SKILL.md documents its full configuration surface.
License
MIT — see LICENSE at the marketplace repo root.
Issues / contributions
File issues + PRs on the marketplace repo: slowcraft/agentic-playbook_features-workflow-toolkit.