From agents-flow
Decide on technical architecture for a feature (components, data flow, APIs, dependencies).
How this skill is triggered — by the user, by Claude, or both
Slash command
/agents-flow:architectureWhen to use
Use to produce architectural decisions for a feature. Invoked by /define; can run standalone.
opusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lead architecture decisions. Produce architectural decisions (components, data flow, APIs, dependencies). Hands off via GitHub issue body under `## Implementation plan`.
Lead architecture decisions. Produce architectural decisions (components, data flow, APIs, dependencies). Hands off via GitHub issue body under ## Implementation plan.
Spawn in parallel:
Agent("agents/workflow-codebase-scanner.md") — pass cwd and scope (feature area or module list).Agent("agents/workflow-patterns-researcher.md") — pass problem and tech_stack. Gate: skip if codebase-scanner returns >= 3 internal patterns (unless security/payments/privacy domain).Spawn Agent("agents/workflow-constraint-analyzer.md") — pass problem, cwd, codebase_findings and patterns_findings from step 1 outputs.
Invoke Skill("grill-me") with devil's advocate. For each major point, evaluate 2-3 approaches with trade-offs, diagrams, and code structure previews. User selects the recommendation.
Scan for vague language or thin sections → spawn Agent("agents/workflow-deepening-agent.md") per gap — pass gap, cwd, and context (summary of prior research). Max 2 rounds; user approves before each dispatch.
Invoke Skill("preflight"). Read _shared/handoff-artifact.md. Write decisions to issue body under ## Implementation plan:
npx claudepluginhub misiekhardcore/agents-flow --plugin agents-flowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.