What problem does it solve? Drafting Architecture Decision Records one at a time without first listing the full set leads to contradictory ADRs that must be rewritten when sibling decisions are made. This skill turns a reviewed tech-requirements.md into a confirmed list of architectural decisions and files one trackable GitHub issue per ADR. ## Core Features & Use Cases - Review Gate Enforcement: Refuses to run unless tech-requirements.md has a reviewed_at date newer than its last modification, preventing planning against unreviewed drafts. - Decision Enumeration: Clusters TR-NN requirements into discrete ADR-worthy decisions, rejects bundled mega-ADRs, and flags cross-capability decisions that belong in the shared ADR namespace. - GitHub Issue Filing: After human approval, files one issue per ADR via gh issue create using the story(adr) title convention, wires blocked-by dependencies, and places issues on the project board with milestone and Area fields. - Use Case: After reviewing technical requirements for a multi-tenant platform capability, invoke this skill to produce a confirmed list like "tenant state storage location", "partitioning scheme", and "access pattern", each filed as its own issue ready for the define-adr skill. ## Quick Start Ask the assistant to plan the ADRs for your capability, for example: "Plan the ADRs for the self-hosted-application-platform capability using its reviewed tech-requirements.md."