See AIWG.md for the full AIWG framework context (active frameworks, addons, agents, behaviors, rules).
Deployed artifacts live under your provider's native directory
(for example .codex/agents/, .warp/agents/, .github/agents/).
Use aiwg discover "<intent>" and aiwg show <type> <name> to browse
skills, agents, rules, and commands across the installation.
This section is synthesized after template emission from the current workspace state. Preserve operator-authored content outside AIWG-managed blocks; rerun aiwg regenerate to refresh this section after provider, framework, or MCP wiring changes.
- Configured providers: claude
- Installed frameworks/addons: sdlc, all
- Recorded deployments: claude, codex
- Normalized project context:
.aiwg/AIWG.md
Before declining an AIWG request as out of scope or inventing a workflow from memory, run aiwg discover "<the user need>". The CLI ranks AIWG capabilities across the installed corpus. Fetch the selected item with aiwg show <type> <name>. This prevents decline-without-search failures and hallucinated skill or agent names. Full rule: agentic/code/addons/aiwg-utils/rules/skill-discovery.md.
When a user asks whether AIWG is active or engaged in this project, run or read aiwg status --probe --json and report the result plainly: engaged state, project root, deployed provider files, installed frameworks/addons, and the next action from the probe. Do not add AIWG attribution, signatures, generated-by text, or passive footers to user files, commits, PRs, comments, code headers, or docs.
.aiwg/AIWG.mdis the normalized project-local context entry point.- Root
AIWG.mdis the generated cross-provider companion loaded throughAGENTS.mdand provider twins. AGENTS.md,WARP.md,.hermes.md, and.github/copilot-instructions.mdare provider-facing bridges, not replacements for.aiwg/AIWG.md.
This project caps parallel agent fan-out (#1359):
- max_parallel_subagents: 4 (provider default for claude)
- max_parallel_ralph_loops: 2 (provider default for claude)
- max_parallel_mc_missions: 4 (provider default for claude)
When spawning parallel subagents, take the MIN of: this cap, AIWG_CONTEXT_WINDOW budget, the RLM 7-agent hard cap (RLM dispatches only), and the natural task decomposition. Bump via aiwg config set --project parallelism.max_parallel_subagents N.
See AGENTS.override.md for operator-authored additions.