Agent Plugins Marketplace
All plugins

agentic-workflow

v1.0.0

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.

Claude Code40 Skills

By Gabriel TrabancoLicense: MIT21 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
40 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install agentic-workflow for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agentic-workflow@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/gtrabanco/agentic-workflow

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agentic-workflow/
├── .claude-plugin/plugin.json
├── skills/audit-docs/SKILL.md
├── skills/audit-pr/SKILL.md
├── skills/bump-skill/SKILL.md
├── skills/design-feature/SKILL.md
├── skills/discover-repository-state/SKILL.md
├── skills/evidence-grounding/SKILL.md
├── skills/execute-phase/SKILL.md
├── skills/fold-findings/SKILL.md
├── skills/generate-docs/SKILL.md
├── skills/implementation-discovery/SKILL.md
├── skills/init-workspace/SKILL.md
├── skills/log-session/SKILL.md
├── skills/orchestration-envelope/SKILL.md
├── skills/phase-contract/SKILL.md
├── skills/plan-feature/SKILL.md
├── skills/plan-feature-from-issue/SKILL.md
├── skills/plan-feature-scaffold/SKILL.md
├── skills/plan-fix/SKILL.md
├── skills/planning-preflight/SKILL.md
├── skills/pre-execution-review/SKILL.md
├── skills/product-audit/SKILL.md
├── skills/replan-findings/SKILL.md
├── skills/resolve-repository-state/SKILL.md
├── skills/review-a11y/SKILL.md
├── skills/review-brand/SKILL.md
├── skills/review-change/SKILL.md
├── skills/review-code/SKILL.md
├── skills/review-debt/SKILL.md
├── skills/review-design/SKILL.md
├── skills/review-implementation/SKILL.md
├── skills/review-perf/SKILL.md
├── skills/review-plan/SKILL.md
├── skills/review-security/SKILL.md
├── skills/review-seo/SKILL.md
├── skills/review-spec/SKILL.md
├── skills/review-verify/SKILL.md
├── skills/ship-roadmap/SKILL.md
├── skills/triage-issue/SKILL.md
├── skills/verification-contract/SKILL.md
└── skills/workflow-status/SKILL.md

Included Skills40

audit-docsskills/audit-docs/SKILL.md

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 ranked by severity, fixing only low-risk items on request. On Claude Code and want hand-tuned per-skill model/effort tiers? Install the `#claude` branch instead (`npx skills add gtrabanco/agentic-workflow#claude`) — see the README. This branch is model-agnostic: the skill inherits whatever model and effort your agent session is already using. Triggers: "check doc consistency", "are the docs in sync", "audit the docs", "doc coherence review", "did the docs drift", "validate the roadmap".

audit-prskills/audit-pr/SKILL.md

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".

bump-skillskills/bump-skill/SKILL.md

Internal agentic-workflow maintenance: after SKILL.md edits, bump semver, lint authoring rules, and synchronize changelogs, READMEs, routing metadata, and migrations. Triggers: "bump the skill", "update the changelog", "version bump".

design-featureskills/design-feature/SKILL.md

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".

discover-repository-stateskills/discover-repository-state/SKILL.md

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", "normalize repository state", "freeze repository facts".

evidence-groundingskills/evidence-grounding/SKILL.md

Internal shared owner of evidence-grounded authoring: the fixed claim/authority/evidence/freshness/unknown row, the ordered inventory-evidence-draft-readiness passes, `artifactRevisionId` rotation, and the no-progress rule. Consumed by `design-feature`, `plan-feature`, `plan-feature-scaffold` and `plan-fix`. Never reviews or approves. Not a menu entry.

execute-phaseskills/execute-phase/SKILL.md

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

fold-findingsskills/fold-findings/SKILL.md

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".

generate-docsskills/generate-docs/SKILL.md

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".

implementation-discoveryskills/implementation-discovery/SKILL.md

Internal contract: the single owner of the bounded pre-write implementation discovery step. One read-only mapper that closes seven evidence questions, emits one fixed compact map, and routes READY | REPLAN | NEEDS-DESIGN | BLOCKED before any branch, planning, or source write. Consumed only by execute-phase on the pre-write route. Not a menu entry.

init-workspaceskills/init-workspace/SKILL.md

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".

log-sessionskills/log-session/SKILL.md

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 stopping point. On Claude Code and want hand-tuned per-skill model/effort tiers? Install the `#claude` branch instead (`npx skills add gtrabanco/agentic-workflow#claude`) — see the README. This branch is model-agnostic: the skill inherits whatever model and effort your agent session is already using. Triggers: "log this session", "log-session", "write a session log", "journal what we did", "record this session before I clear", "save the session summary".

orchestration-envelopeskills/orchestration-envelope/SKILL.md

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.

phase-contractskills/phase-contract/SKILL.md

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.

plan-featureskills/plan-feature/SKILL.md

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".

plan-feature-from-issueskills/plan-feature-from-issue/SKILL.md

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.

plan-feature-scaffoldskills/plan-feature-scaffold/SKILL.md

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 ACCEPTANCE.md for every size, and register the roadmap entry. Docs only — never code.

plan-fixskills/plan-fix/SKILL.md

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

planning-preflightskills/planning-preflight/SKILL.md

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, plan-feature-scaffold, and plan-fix. Not a menu entry.

pre-execution-reviewskills/pre-execution-review/SKILL.md

Internal owner of the pre-execution review cycle and the planning ledgers: independence, unioned findings, counter-evidence dismissal, no-progress, `CONVERGENCE-ANOMALY`, and the evidence/obligation/findings tables. Consumed by `review-spec`, `review-plan`, and the authoring skills. Not a menu entry.

product-auditskills/product-audit/SKILL.md

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".

replan-findingsskills/replan-findings/SKILL.md

Internal contract: the conditional replan entry. Loaded only when `scripts/unit-route.mjs` prints `route: replan`; turns the router's bounded read set into appended SPEC phases without the full planning preflight. Consumed by plan-feature and plan-fix. Not a menu entry.

resolve-repository-stateskills/resolve-repository-state/SKILL.md

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".

review-a11yskills/review-a11y/SKILL.md

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; never edits code.

review-brandskills/review-brand/SKILL.md

Internal brand & copy review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks changed user-facing copy against the project's brand doc: voice, terminology, and honesty of claims — applies only to surfaces with user-facing text. Findings only; never edits code.

review-changeskills/review-change/SKILL.md

Review a change with only applicable internal axes, classify every finding, persist fix-now work, and return one evidence-backed decision. Findings only; --adversarial N uses isolated reviewers; --synthesize fuses supplied reviewer tables. Triggers: "review-change", "review this change", "adversarial review".

review-codeskills/review-code/SKILL.md

Internal correctness + simplification review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks correctness, error handling, duplication, dead code, and simplification opportunities against the project's own conventions. Findings only; never edits code.

review-debtskills/review-debt/SKILL.md

Internal tech-debt transform pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Transforms the synthesized findings table into explicit debt items, each with a re-trigger condition; it does not rescan the diff. Findings only; never edits code.

review-designskills/review-design/SKILL.md

Internal UI/UX design review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks the changed UI against the project's design doc: consistency, states, responsiveness, and reuse — applies only when the project has a UI and the change touches it. Findings only; never edits code.

review-implementationskills/review-implementation/SKILL.md

Internal scope/classification engine composed by review-change (and reused by the audit skills): consumes the synthesized findings table, verifies every applicable axis is represented, and classifies each finding into a decision table (fix-now / replan-in-unit / decision-required / proposal / ignore). Findings only — never refactors.

review-perfskills/review-perf/SKILL.md

Internal performance review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks the changed paths for algorithmic and resource regressions: N+1s, hot-path allocations, asset weight, and leaks. Findings only; never edits code.

review-planskills/review-plan/SKILL.md

Independent read-only review of a frozen Engineering plan before execution, in a context that did not cut it: feature or fix snapshot, obligation ledger sweep, phase and validator checks. Returns only PLAN-REVIEW-PASS or PLAN-REVIEW-FAIL with a snapshot-bound receipt (a product-intent gap is PLAN-REVIEW-FAIL with `class: product`). Never edits a plan artifact. Triggers: "review-plan", "review the plan", "review the phases".

review-securityskills/review-security/SKILL.md

Internal security review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks secrets, input validation, injection, authn/authz, PII exposure, and dependency risk on the changed surface. Findings only; never edits code.

review-seoskills/review-seo/SKILL.md

Internal SEO review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Checks changed web pages/routes for indexability, metadata, and structured data — applies only to public web surfaces. Findings only; never edits code.

review-specskills/review-spec/SKILL.md

Independent read-only review of a frozen Product half before engineering planning. Runs the exact Product checks in a clean context and returns only SPEC-REVIEW-PASS, SPEC-REVIEW-FAIL, or NEEDS-DESIGN with a content-bound receipt. Never edits the reviewed SPEC. Triggers: "review-spec", "review the spec", "review product design".

review-verifyskills/review-verify/SKILL.md

Internal run-it verification review pass of the agentic-workflow review pack — composed in-turn by review-change and product-audit; not a menu entry. Runs the project's gate and the changed behavior for real — commands, exit codes, observed output — instead of assuming; what cannot be executed goes to the manual checklist. Findings only; never edits code.

ship-roadmapskills/ship-roadmap/SKILL.md

Found or continue a roadmap autopilot one stage per invocation. Default: human merge. --fullauto is invocation-scoped and uses the transient wrapper only after a fresh audit. Triggers: "ship-roadmap", "ship the roadmap", "autopilot this project".

triage-issueskills/triage-issue/SKILL.md

Verify an issue, persisted audit finding, or unresolved review finding against current code, classify it, and write only the contracted forge/ledger outcome. Supports independent batches and an immediate-fix review-finding route. Triggers: "triage-issue", "triage issue N", "triage this finding", "is this trigger met".

verification-contractskills/verification-contract/SKILL.md

Internal contract: one compact frozen ACCEPTANCE.md per delivery unit, its validation ladder, anti-weakening rules, and blob-bound execution receipt. Consumed by planners, execute-phase, and review-change.

workflow-statusskills/workflow-status/SKILL.md

Read-only workflow sensor: run the deterministic script, read the fixed machine envelope, interpret the recommendation. Never edits. Triggers: "workflow-status", "workflow status", "what can I build next".

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "agentic-workflow",
  "description": "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.",
  "version": "1.0.0",
  "author": {
    "name": "Gabriel Trabanco",
    "url": "https://github.com/gtrabanco"
  },
  "license": "MIT",
  "homepage": "https://github.com/gtrabanco/agentic-workflow",
  "repository": "https://github.com/gtrabanco/agentic-workflow",
  "keywords": [
    "workflow",
    "agentic",
    "planning",
    "code-review",
    "documentation",
    "spec-driven"
  ],
  "skills": [
    "./skills/audit-docs",
    "./skills/audit-pr",
    "./skills/design-feature",
    "./skills/discover-repository-state",
    "./skills/evidence-grounding",
    "./skills/execute-phase",
    "./skills/fold-findings",
    "./skills/generate-docs",
    "./skills/implementation-discovery",
    "./skills/init-workspace",
    "./skills/log-session",
    "./skills/orchestration-envelope",
    "./skills/phase-contract",
    "./skills/plan-feature",
    "./skills/plan-feature-from-issue",
    "./skills/plan-feature-scaffold",
    "./skills/plan-fix",
    "./skills/planning-preflight",
    "./skills/pre-execution-review",
    "./skills/product-audit",
    "./skills/replan-findings",
    "./skills/resolve-repository-state",
    "./skills/review-a11y",
    "./skills/review-brand",
    "./skills/review-change",
    "./skills/review-code",
    "./skills/review-debt",
    "./skills/review-design",
    "./skills/review-implementation",
    "./skills/review-perf",
    "./skills/review-plan",
    "./skills/review-security",
    "./skills/review-seo",
    "./skills/review-spec",
    "./skills/review-verify",
    "./skills/ship-roadmap",
    "./skills/triage-issue",
    "./skills/verification-contract",
    "./skills/workflow-status"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agentic-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agentic-workflow)