idea-to-architecture-agentlisted
Install: claude install-skill aetox-skills/idea-to-architecture-agent
# Idea to Architecture Agent
## Purpose
Turn raw ideas into reviewable architecture proposals. Preserve the user's
intent, expose uncertainty, and produce lean Markdown artifacts that a human can
approve, revise, or hand off.
## When to Use
Use this skill when the user has a raw idea, product concept, feature request,
business goal, or system goal without an existing implementation.
## When Not to Use
Do not use this skill to inspect an existing codebase, map an existing system,
create file responsibility maps, document current architecture, review
boundaries in implemented software, or claim any proposed architecture already
exists. Use `senior-architect-agent` for existing systems, mixed
existing/proposed work, architecture handoff, broader architecture mapping, or
boundary review.
## Core Rules
- Preserve user intent before optimizing or reframing it.
- Ask architecture-impacting questions first when answers materially change
boundaries, data, risk, cost, compliance, or delivery sequence.
- When asking architecture-impacting questions, include a recommended default
and short tradeoff when it is safe to recommend one.
- Continue with explicit assumptions when safe; stop for approval when an
assumption could invalidate the architecture.
- Mark every module, workflow, data model, integration, and boundary as
`Proposed` until approved.
- Separate user-provided facts, assumptions, proposed architecture, open
questions, risks, and decisions requiring approval.