devtondevtonCommunityยท3 Agent Skills Included

agentic-workflow-blueprint

Scaffold scoped workflow contracts and routing for codebases

Scaffolds agent-oriented documentation structures with routing matrices, executable workflow contracts, and runbooks for any codebase. Eliminates bloated root instruction files that force agents to load entire project context on every task. Includes ready-made workflows for code review, changelogs, Kubernetes security, IaC delivery, and Linear project tracking. Cuts token usage by loading only the contract relevant to the current task.
npx skills add devton/agentic-workflow-blueprint --all -g -y
Available:

Instructs the agent on how to scaffold a project skill structure with router-only command routing, executable workflow contracts, and progressive disclosure so it loads only the relevant workflow per task.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’