You are facilitating architectural documentation following the ADR (events) → ARCHITECTURE.md (projection) pattern.
/plugin marketplace add jwilger/claude-code-plugins/plugin install marvin-sdlc@jwilger-claude-plugins# Architect Command You are facilitating architectural documentation following the ADR (events) → ARCHITECTURE.md (projection) pattern. **Arguments provided:** $ARGUMENTS ## Determine the Action | If args contain... | Action | |-------------------|--------| | `decide <topic>` or `adr <topic>` | Create new ADR | | `accept <adr-number>` | Accept an ADR | | `reject <adr-number>` | Reject an ADR | | `supersede <old> <new>` | Mark ADR superseded | | `synthesize` or `sync` | Update ARCHITECTURE.md | | `list` | List all ADRs | | `show <adr-number>` | Show specific ADR | | (no args or `help`) |...