gtrabanco

39 mods across 1 repository, 20 stars between them.

agentic-workflow

01

gtrabanco/agentic-workflow

Plugin Claude Code

A disciplined, stack-agnostic workflow for designing, planning, executing, reviewing, auditing, and shipping software with agents.

20 2d ago A tokens not measured original MIT

agentic-workflow

02

gtrabanco/agentic-workflow

Plugin Claude Code

Stack-agnostic agent skills for a disciplined, doc-driven feature/issue workflow: design, plan, execute by phases, review, audit, and ship — with a full internal review pack and merge gates.

20 2d ago A tokens not measured original MIT

gtrabanco/agentic-workflow

Instructions file CodexOpenCode

Instructions for gtrabanco/agentic-workflow: All guidance for AI coding agents working in this repository lives in CLAUDE.md.

20 2d ago A 54 tokens original MIT

gtrabanco/agentic-workflow

Instructions file

Instructions for gtrabanco/agentic-workflow, covering claude.md, repository layout, working rules, authoring a skill and hand off, don't compose across a model/effort boundary.

20 2d ago A 4,297 tokens original MIT

audit-docs

05

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Audit cross-document coherence: docs ↔ roadmap ↔ code ↔ fix index ↔ issues. Finds drift — features in docs/ not in the roadmap (or vice versa), fix-index entries already merged/closed, broken documentation-map links, dependency cycles, artifacts in the wrong language, naming-convention violations — and reports them…

20 2d ago A 188 tokens original MIT

audit-pr

06

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Audit a whole PR against the delivery contract and return MERGE-READY or evidenced blockers with the full URL. Consumes the current review-change REVIEW-PASS receipt instead of re-running review axes; posts a SHA-bound ready comment; never edits or merges. Triggers: "audit-pr", "is this PR ready", "merge gate".

20 2d ago A 71 tokens original MIT

design-feature

07

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Turn a raw idea or existing feature into a designed product SPEC by completing entity, integration, role, and expectation closure. Upserts never destroy recorded decisions. Triggers: "design-feature", "design this feature", "define product scope".

20 2d ago A 51 tokens original MIT

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Discover repository evidence and write a frozen Normalized Repository State. Produces verified repository evidence and keeps facts, decisions, planned work, documentation, and inference separate. It does not make recommendations or infer implementation from documentation. Triggers: "discover repository state"…

20 2d ago A 66 tokens original MIT

execute-phase

09

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Implement all remaining phases of a planned feature/fix by default, or one explicit P , with frozen acceptance, phase-local gates, commits, recovery, and final PR close-out. Use --fix for fix SPECs; --force is user-only.

20 2d ago A 54 tokens original MIT

fold-findings

10

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Repair persisted fix-now findings in compatible atomic batches: root-cause fixes, green gate, commit/push, and per-row folded: yes updates. Never reclassify or substitute backlog notes. Triggers: "fold-findings", "fix the review findings", "repair audit blockers".

20 2d ago A 65 tokens original MIT

generate-docs

11

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Generate incremental, diff-driven developer guides through the project's detected docs adapter. Never regenerate the whole site, scaffold it, or edit source. Triggers: "generate-docs", "generate the docs", "document this unit".

20 2d ago A 49 tokens original MIT

init-workspace

12

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Adapt the workflow scaffold to a new repository or add only missing substrate blocks to an existing install. Every install, hook, and overwrite needs explicit consent. Triggers: "init-workspace", "set up agentic workflow", "upgrade workflow scaffold".

20 2d ago A 54 tokens original MIT

log-session

13

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Append a structured entry to the project's session log (docs/LOGS.md): what was done this session, files touched, decisions taken, and the next step — so the next session (or another person) can pick up the thread without re-reading git history. Run it before /clear, before closing Claude Code, or at any natural…

20 2d ago A 183 tokens original MIT

loop-review-fold

14

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Run the simple review-change/fold-findings loop for an open feature or fix unit. Inspect persisted review evidence first so a previous review resumes with fold-findings instead of reviewing the same candidate again. Unresolved findings go to triage-issue with an immediate-fix instruction; oversized findings become a…

20 2d ago A 101 tokens original MIT

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Internal machine-result contract for headless agentic-workflow drivers. The executable source is @gtrabanco/agentic-workflow-schema: strict Envelope v2 for workflow-status, compact SkillOutcome v1 for driven work, compatibility parsing, and deterministic document snapshots. Not a menu entry.

20 2d ago A 63 tokens original MIT

phase-contract

16

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Internal contract: the single owner of the eight phase-lint rules, the fixed PASS/BLOCKED result, and the normalized phase fingerprint. Consumed by plan-feature-scaffold, plan-fix, and execute-phase. Not a menu entry.

20 2d ago A 52 tokens original MIT

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Internal step of plan-feature: turn a feature-request issue into a scoped, sized, roadmap-mapped SPEC product half (capability closure satisfied) with Closes #N traceability.

20 2d ago A 45 tokens original MIT

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Internal step of plan-feature: from an already-designed SPEC (product half designed), fill the engineering half and generate the planning artifact set scaled to the feature's size (XS/S → SPEC-only with ≥ 2 phases in the SPEC, last = Hardening & PR; M/L → full set with a hardening phase), freeze one compact…

20 2d ago A 97 tokens original MIT

plan-feature

19

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Route designed features or issues into engineering planning and roadmap registration; undesigned work stops at design-feature. Supports --next, --from-issue, and --scaffold. Triggers: "plan-feature", "plan a feature", "plan the next roadmap feature", "create SPEC and TASKS".

20 2d ago A 66 tokens original MIT

plan-fix

20

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Draft and locally commit a tightly scoped, phased fix SPEC from one or more issues, then stop before push/PR and hand off to execute-phase --fix. Triggers: "plan-fix", "plan a fix for issue N", "draft the fix spec".

20 2d ago A 58 tokens original MIT

planning-preflight

21

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Internal planning gate: consumes the normalized repository state and makes the ONE final architectural classification, using a two-stage contract that allows a lightweight NRS read during planning and a full architectural classification after the plan is cut. Used by plan-feature, plan-feature-from-issue…

20 2d ago A 72 tokens original MIT

product-audit

22

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Audit the whole product across code, quality, process, docs, roadmap, and tooling. Persist one severity-ranked, F-numbered report with proposals; never fix or file work. Triggers: "product-audit", "audit the product", "full health check", "are we product-ready", "CTO review".

20 2d ago A 69 tokens original MIT

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Resolve an explicit Normalized Repository State contradiction. This is the sole writer allowed to update frozen repository facts or accepted decisions. Triggers: "resolve repository state", "resolve contradiction", "update a frozen repository fact".

20 2d ago A 48 tokens original MIT

review-a11y

24

gtrabanco/agentic-workflow

Skill Claude CodeCodex

Internal accessibility review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks the changed user-facing surface for accessibility: semantics, keyboard, focus, contrast, and ARIA correctness — applies only to user-facing surfaces. Findings only…

20 2d ago A 70 tokens original MIT