Skip to content
This project is under active development and subject to breaking changes. See the changelog for release notes.

Architecture and Planning Skills

These four skills support design work, architecture decisions, and cross-agent context transfer. They are used during planning, specification, security analysis, and agent handoff.

adr-workflow plan, specify

Section titled “adr-workflow ”

Creates and updates Architecture Decision Records. The skill checks for existing ADRs, determines the correct status, gathers supporting Microsoft documentation, and validates ADR completeness.

Core responsibilities:

ResponsibilityDetail
Duplicate checkFinds related ADRs before creating a new one
Status handlingUses proposed, accepted, and superseded states
Documentation lookupPulls supporting Microsoft guidance when needed
Cost contextAdds Azure cost estimates when the decision affects spend
Completeness reviewVerifies required ADR sections before delivery

Activation triggers: ADR creation, ADR updates, design decisions with long-term impact.


diagram-design plan, security

Section titled “diagram-design ”

Guides architecture diagrams in Mermaid and Draw.io. The skill helps choose the right format, review readability, and keep diagrams aligned with the intended audience.

Core responsibilities:

AreaGuidance
Tool selectionUse Mermaid for simple version-controlled diagrams; use Draw.io for more complex visual layouts
ReadabilityKeep labels short, show one abstraction level per diagram, avoid crowded layouts
AccessibilityUse clear structure, consistent naming, and readable connections
ReviewCheck notation, grouping, and whether the diagram supports the document goal

Activation triggers: Architecture documentation, diagram creation, diagram review.


Explores engineering decisions for delivery and operations. The skill uses project context to guide choices for CI/CD, observability, infrastructure as code, branching, and related practices.

Core responsibilities:

TopicDetail
Delivery workflowCI/CD structure, release flow, branch strategy
OperationsObservability, reliability, ownership, incident handling
InfrastructureIaC approach, environment model, deployment controls
Decision scopeDistinguishes ADRs from team conventions

Activation triggers: Initial planning, engineering practice selection, platform and process design.


Records decisions and passes context between agents. The skill captures why a decision was made and what the next agent needs to continue the work.

Core responsibilities:

OutputPurpose
Reasoning logRecords decisions, trade-offs, assumptions, and confidence
Handoff envelopeCarries relevant context, pending questions, and retained constraints

Activation triggers: Multi-agent workflows, important decisions, agent handoff points.