project-workflow
v3.20.1Spec-driven feature development blueprint for AI-assisted coding (Claude Code-native). Skills: /project-init, /project-personalize, /feature-init, /spec-quality-check, /spec-revise, /feature-done, /feature-archive, /spec-reconcile, /agents-md-revise. Agents: agents-md-reviewer, spec-reviewer, spec-quality-reviewer, tech-researcher, codebase-explorer, decision-completeness-auditor.
By shrek.wangLicense: MIT2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 9 skill or MCP entries
- Source updated
- Aug 30, 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 project-workflow for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install project-workflow@agent-plugin-marketplacePaste 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/shrekshrek/project-workflowClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is adapters/claude/.
Plugin files
├── .claude-plugin/plugin.json├── skills/agents-md-revise/SKILL.md├── skills/feature-archive/SKILL.md├── skills/feature-done/SKILL.md├── skills/feature-init/SKILL.md├── skills/project-init/SKILL.md├── skills/project-personalize/SKILL.md├── skills/spec-quality-check/SKILL.md├── skills/spec-reconcile/SKILL.md└── skills/spec-revise/SKILL.md
Included Skills9
Refresh project conventions by comparing AGENTS.md and explicitly selected host-specific rules with objective repository state, then applying authorized drift fixes.
Close READY features by merging durable conclusions into current truth and moving approved feature directories into archive with history preserved.
Run the end-of-feature gate across checks, project conventions, change-spec compliance, current truth, and the delivery receipt.
Understand a proposed change, resolve consequential unknowns, and create or reuse only the feature record needed for acceptance or handoff. Keep ordinary questions and diagnosis in conversation; tiny local fixes need no record.
Initialize the neutral six-file project-workflow baseline when its destinations are absent and existing content, if any, does not require personalization. Preserve incidental files; route project evidence or baseline conflicts to project-personalize.
Adapt a target whose project evidence or partial/custom baseline must shape the working agreement, using repository evidence and explicit user decisions.
Run the canonical pre-implementation requirements-reconciliation and quality gate for a proposed or accepted feature record. Do not use for a material correction to an accepted contract; use spec-revise first.
Reconcile objective contradictions among accumulated specs, current truth, ADRs, and optional implementation evidence.
Revise a materially wrong accepted or delivered-but-unarchived contract, including when the user corrects, rejects, removes, or replaces accepted behavior, while updating affected decisions, acceptance, optional work notes, and any conditional ADR.
Plugin manifests1
{
"name": "project-workflow",
"description": "Spec-driven feature development blueprint for AI-assisted coding (Claude Code-native). Skills: /project-init, /project-personalize, /feature-init, /spec-quality-check, /spec-revise, /feature-done, /feature-archive, /spec-reconcile, /agents-md-revise. Agents: agents-md-reviewer, spec-reviewer, spec-quality-reviewer, tech-researcher, codebase-explorer, decision-completeness-auditor.",
"version": "3.20.1",
"author": {
"name": "shrek.wang"
},
"homepage": "https://github.com/shrekshrek/project-workflow",
"repository": "https://github.com/shrekshrek/project-workflow.git",
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[project-workflow on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-workflow)