maurigre/mgr-method

MGR — Método Governado por Rastreabilidade (Traceability-Governed Method): spec-driven development framework for coding agents, portable between Claude Code and GitHub Copilot

2Stars on the repository
12Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

adr-create

01

maurigre/mgr-method

Skill Claude CodeCodex

Creates Architecture Decision Records (ADRs) in Michael Nygard's canonical format. Auto-detects the project's ADR directory on every run (no persisted configuration), generates sequential numbering, and operates in STANDALONE mode (questions to the user) or INVOKED mode (receives pre-filled context from another skill…

2 2d ago A 114 tokens

arch-clean

02

maurigre/mgr-method

Skill Claude CodeCodex

Provider of the review rules guide for projects with Clean Architecture (Robert C. Martin), LANGUAGE-AGNOSTIC. Invoked by spec-init with the project's language; assembles docs/sdd/09-review-rules.md combining the Clean Architecture principles (the Dependency Rule, the Entities/Use Cases/Interface Adapters/Frameworks…

2 2d ago A 116 tokens

arch-hexagonal

03

maurigre/mgr-method

Skill Claude CodeCodex

Provider of the review rules guide for projects with Hexagonal architecture (Ports & Adapters, Alistair Cockburn), LANGUAGE-AGNOSTIC. Invoked by spec-init with the project's language; assembles docs/sdd/09-review-rules.md combining the hexagonal principles (dependency rule, inbound/outbound ports, adapters) with the…

2 2d ago A 117 tokens

arch-layered

04

maurigre/mgr-method

Skill Claude CodeCodex

Provider of the review rules guide for projects with layered architecture (Layered / N-tier, Martin Fowler), LANGUAGE-AGNOSTIC. Invoked by spec-init with the project's language; assembles docs/sdd/09-review-rules.md combining the layered principles (Presentation/Domain/Data Source layers, top-down dependency) with the…

2 2d ago A 0 tokens

arch-onion

05

maurigre/mgr-method

Skill Claude CodeCodex

Provider of the review rules guide for projects with Onion Architecture (Jeffrey Palermo), LANGUAGE-AGNOSTIC. Invoked by spec-init with the project's language; assembles docs/sdd/09-review-rules.md combining the Onion principles (object model at the center, interfaces in the core, coupling toward the center) with the…

2 2d ago A 112 tokens

code-analyzer

06

maurigre/mgr-method

Skill Claude CodeCodex

Rigorous TWO-AXIS code reviewer. Standards - does the code follow THE PROJECT's rules guide (docs/sdd/09-review-rules.md)? Spec - did the code fulfill its originating spec/PRD (did it do what was asked)? The two are measured separately and reported side by side; a reproval is always anchored in a textual citation (a…

2 2d ago A 141 tokens

diagnosing-bugs

07

maurigre/mgr-method

Skill Claude CodeCodex

Discipline for diagnosing hard bugs and performance regressions — requires a reproduction loop that goes RED on the bug BEFORE any hypothesis (signal before theory). Finds the root cause and stops; the non-trivial fix is handed to spec-create. Use when the user asks to diagnose or debug something, or reports something…

2 2d ago A 74 tokens

evidence-capture

08

maurigre/mgr-method

Skill Claude CodeCodex

Records a feature's AI-First evidence - prompts used, reviews (what was corrected or rejected from the AI) and delegated skills - inside specs/ /ai/, and maintains a global index at ai/index.md. Made for AI-First challenges and projects that require the ai/ folder (skills.md, prompts.md, reviews.md - or the file names…

2 2d ago A 144 tokens

junit-clean

09

maurigre/mgr-method

Skill Claude CodeCodex

Standardizes Java unit tests with JUnit 5 following 13 strict rules of quality, performance and clarity (no inheritance, should+camelCase naming, no comments, ParameterizedTest, self-contained scope, AAA, boundary+MC/DC depth, Sonar-safe assertThatThrownBy). Operates in CREATION mode (generate new tests), REFACTOR…

2 2d ago A 131 tokens

spec-create

10

maurigre/mgr-method

Skill Claude CodeCodex

Implements the full SDD flow to EVOLVE a project already initialized by spec-init - receives a feature, bugfix or refactor brief, generates the PRD, technical spec and task plan with blocking human checkpoints, and after approval delegates the implementation to the spec-execute skill and, on closing, records the…

2 2d ago A 137 tokens

spec-execute

11

maurigre/mgr-method

Skill Claude CodeCodex

Executes the approved plan of an SDD feature (specs/ /04-plan.md) task by task, respecting the dependency DAG and the P0/P1/P2 priorities, applying the development premises (security, performance, resource usage, clarity) and active context control (tiers, hand-off). Invoked by spec-create after plan approval, or…

2 2d ago A 116 tokens

spec-init

12

maurigre/mgr-method

Skill Claude CodeCodex

Initializes a project's SDD (Specification-Driven Development) structure. On an EXISTING project, runs a phased deep analysis with chunking and generates /docs/sdd/ (00-overview to 08-glossary), CONSTITUTION.md and the review rules guide. On an EMPTY project (greenfield), conducts a guided interview about…

2 2d ago A 137 tokens