Automatically trigger Tree of Thoughts exploration when agents face architectural decisions with multiple valid approaches.
Generates systematic Tree of Thoughts explorations for architectural decisions with multiple valid approaches.
/plugin marketplace add jmagly/aiwg/plugin install sdlc@aiwgThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Automatically trigger Tree of Thoughts exploration when agents face architectural decisions with multiple valid approaches.
This skill activates the ToT exploration protocol when an agent encounters a decision point with multiple valid architectural approaches. It ensures systematic evaluation rather than defaulting to the first viable option.
When triggered, this skill:
Detects decision context:
Loads ToT protocol:
Generates alternatives:
Evaluates with scoring matrix:
Produces recommendation:
Generates ADR if approved:
.aiwg/architecture/activation:
conditions:
- decision_type: [architectural, technical, infrastructure]
- alternatives_count: ">= 2"
- impact_level: [high, critical]
skip_when:
- decision_already_documented: true
- user_explicitly_chose: true
- trivial_decision: true
This skill uses:
decision-support: Underlying decision matrix infrastructureartifact-orchestration: For multi-agent evaluation when neededproject-awareness: Context for NFR-based criteriaagents:
primary:
agent: architecture-designer
focus: Generate and evaluate alternatives
reviewers:
- agent: security-architect
focus: Security implications of each alternative
condition: security_relevant == true
- agent: performance-engineer
focus: Performance trade-offs
condition: performance_critical == true
- agent: cloud-architect
focus: Infrastructure implications
condition: cloud_deployment == true
.aiwg/architecture/adr-*.md.aiwg/decisions/.aiwg/working/tot-explorations/Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.