agentic-workflow-blueprint
Scaffold scoped workflow contracts and routing for codebases
All Skills in This Repository (3)
Pure Emerald Level Indicatorsworkflow-blueprint
Scaffold modular route-based agent workflows with contracts and runbooks.
agentic-workflows-blueprint.workflow.changelog
Generate changelog entries from approved documentation reviews with reviewStatus PASS.
agentic-workflows-blueprint.workflow.linear
Convert strategic plans into Linear milestones and parent-child issues.
Frequently Asked Questions
FAQPage SchemaHow to install agentic-workflow-blueprint?โผ
Run `npx skills add devton/agentic-workflow-blueprint --all -g -y` in your terminal to install all workflows globally.
How to reduce AI agent token usage in large repos?โผ
This blueprint replaces one massive instruction file with scoped per-module workflow contracts, so the agent loads only the context needed for the current task.
How to turn a technical plan into reusable workflows?โผ
Use the plan-to-blueprint workflow, which converts a structured plan into an entry skill, command routing, workflow contracts, and runbook links.
Does it include DevSecOps and Kubernetes security workflows?โผ
Yes. It ships ready-made contracts for Trivy scanning, Kubernetes hardening, RBAC, network policies, AWS IAM, and CIS benchmark assessments.
Can non-developers use this blueprint?โผ
Yes. After installation you simply prompt the agent with plain English like 'blueprint this project' and it scaffolds the structure for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core