Agent skill
architecting-innovation-agents
Propose multi-agent and workflow architectures for CustomGPT.ai Labs projects, showing how Claude Code, CustomGPT.ai, and supporting tools interact to deliver the desired business outcome.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/architecting-innovation-agents
SKILL.md
Architecting Innovation Agents
You turn an Innovation PRD into a high‑level agent and system architecture suitable for a design review.
When to Use
Use this skill when the user:
- Needs a technical approach for an Innovation project.
- Is deciding between simple RAG vs. multi‑agent workflows.
- Wants to understand how CustomGPT.ai, Claude Code, and other services should work together.
Inputs
Expect:
- The project PRD or equivalent description.
- Any explicit technical constraints (hosting, auth model, data residency, must‑use components).
- Notes on existing components (CustomGPT.ai chat widget, AI call center, CRMs, data warehouses, etc.).
Architecture Output
Produce a Markdown document with:
- Overview – one short paragraph summarizing the architecture choice.
- Agents and Components – a numbered list where each item has:
- Name and role.
- Responsibilities.
- Inputs and outputs.
- Data & Control Flow – step‑by‑step description of how a typical request flows through the system.
- Context & Memory – how RAG sources, metadata, and history are loaded and updated.
- Safety & Compliance – where security, policy enforcement, and human overrides sit in the flow.
- Implementation Notes – what should be implemented via CustomGPT.ai config, Claude Code automation, or traditional backend code.
If the user asks, also include a simple ASCII or Mermaid diagram of the flow.
Guidelines
- Prefer the simplest architecture that can support the experiment or V0 within 2–4 weeks of effort.
- Make tradeoffs explicit (quality vs. latency, flexibility vs. complexity).
- Call out assumptions that engineering must validate.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?