Agent Plugins Marketplace
All plugins

gate-sdd

v0.4.3

Gate-oriented spec-driven development: spec -> clarify -> implement -> reviewer -> worklog, one pull request per issue, with the review gate enforced by a hook rather than requested by prose.

Claude Code13 Skills

By HiroyukiLicense: Apache-2.00 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
13 skill or MCP entries
Source updated
Sep 7, 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 gate-sdd 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 gate-sdd@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/m0m0i/gate-oriented-sdd

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

gate-sdd/
├── .claude-plugin/plugin.json
├── skills/archive/SKILL.md
├── skills/backlog/SKILL.md
├── skills/clarify/SKILL.md
├── skills/contract/SKILL.md
├── skills/design-doc/SKILL.md
├── skills/epics/SKILL.md
├── skills/implement/SKILL.md
├── skills/init/SKILL.md
├── skills/northstar/SKILL.md
├── skills/prd/SKILL.md
├── skills/spec/SKILL.md
├── skills/sprint/SKILL.md
└── skills/worklog/SKILL.md

Included Skills13

archiveskills/archive/SKILL.md

Sweep shipped specs out of .specs/ into .specs/_archive/ and set Status archived, so a session globbing .specs/ sees only live work. Use on request, when .specs/ has accumulated enough finished work to be noise — not after every merge.

backlogskills/backlog/SKILL.md

Order the whole of the known work into a product backlog, with an explicit critical path and reasons for the order. Use after epics, and to re-groom when reality diverges. Creates no issues — sprint does that.

clarifyskills/clarify/SKILL.md

Interrogate a draft spec's Requirements for ambiguity before any Design or Tasks exist — at most 5 targeted questions, answers recorded in the spec. Use between drafting Requirements and writing the rest.

contractskills/contract/SKILL.md

Write the development contract — the language, style, testing, and review rules this project holds itself to — and compile the enforceable ones into the reviewer's rulebook. Use at project inception, or when recurring review findings reveal an unwritten rule.

design-docskills/design-doc/SKILL.md

Write the technical design — the architecture, the seams between components, and the decisions worth recording as ADRs. Use after the PRD and before the backlog, or when a capability needs a design bigger than one spec.

epicsskills/epics/SKILL.md

Decompose capabilities into epics — chunks of work with a demonstrable outcome — each grouping the issues that specs will be written from. Use between the PRD and the backlog.

implementskills/implement/SKILL.md

Execute an approved .specs/<slug>/spec.md through the TDD Red-Green-Refactor loop, then pass the mandatory reviewer gate before any PR. Use after a spec has been reviewed and approved.

initskills/init/SKILL.md

Set up this SDD harness in a project — detect the toolchain, interview for what cannot be inferred, and write .steering, .specs, .work_logs, a project-specific reviewer, and the hooks. Use once per project, or to migrate a project that already has parts of the harness.

northstarskills/northstar/SKILL.md

Name the one metric this product moves, the levers that move it, and the quality property a defect would most damage. Use at project inception, before the PRD. Produces the anchor that every reviewer severity is judged against.

prdskills/prd/SKILL.md

Write the product requirements — who it is for, what capabilities it must have, what it deliberately is not — with stable capability ids that specs cite. Use at project inception, after northstar and before any technical design.

specskills/spec/SKILL.md

Turn a feature idea or tracker issue into ONE reviewable spec — Requirements, Design, TDD-ordered Tasks — under .specs/. Use at the start of any new feature, before writing code.

sprintskills/sprint/SKILL.md

Decompose the top of the product backlog into typed tracker issues for this iteration — each sized as one issue, one branch, one spec, one PR. Use at the start of an iteration. This is where a plan becomes committed work.

worklogskills/worklog/SKILL.md

Append a dated entry to .work_logs/ summarizing what changed this session — activities, decisions, next steps. Use at the end of a working session or right after implement.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "gate-sdd",
  "description": "Gate-oriented spec-driven development: spec -> clarify -> implement -> reviewer -> worklog, one pull request per issue, with the review gate enforced by a hook rather than requested by prose.",
  "version": "0.4.3",
  "author": {
    "name": "Hiroyuki"
  },
  "license": "Apache-2.0",
  "keywords": [
    "spec-driven-development",
    "sdd",
    "code-review",
    "hooks",
    "tdd"
  ]
}

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

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