project-management
v1.8.5Micro project management for repositories, personal projects and small teams - acceptance criteria and defects tracked as markdown checklists with permanent ids, author handles, severity triage and computed reports, all through the deterministic pm-tools CLI
By Stellars HensonLicense: MIT4 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 17, 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-management for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install project-management-2@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/stellarshenson/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/project-management/.
Plugin files
├── .claude-plugin/plugin.json├── skills/acc-crit/SKILL.md├── skills/defect/SKILL.md├── skills/project-management/SKILL.md├── skills/report/SKILL.md├── skills/review/SKILL.md└── skills/upgrade/SKILL.md
Included Skills6
Add, close, reject, relate or audit acceptance criteria in the project's acc-crit document - permanent category-scoped ids (ACC-AUTH-102), author handles, test hints and tags, all through the pm-tools CLI
File, triage, log, close or reject a defect in the project's defects document - permanent category-scoped ids (DEF-LNCH-3), mandatory CRITICAL/MAJOR/MEDIUM/MINOR severity, repro line and the append-only attempt trail, all through the pm-tools CLI
Micro project management for a repository, a personal project or a small team - acceptance criteria and defects tracked in one markdown file per discipline, every item carrying a permanent category-scoped id (ACC-AUTH-102, DEF-LNCH-3) and an author handle (@kj), all reads and writes through the pm-tools CLI. Use when the user asks for acceptance criteria, acc crit, feature criteria, a defects list, a bug tracker, an issue tracker, or asks to log, add, close, reject, reopen, relate, list, report or audit a criterion or defect; to record a defect's root cause or a criterion's mechanism; for a status, triage or test-coverage report of either, including a filtered or summary one - the critical defects, what is open, the AUTH work, what closed last month; for any table or pivot over them - who owns what, open work by age, regressions per defect; when an old-style document needs upgrading to carry ids and handles; and when a shared acc-crit or defects file hits a git merge conflict.
Print the status, triage and test-coverage report for the project's acceptance criteria or defects - SUMMARY, categories, the open fix queue, the rejected reasons and the coverage grid - or an ad-hoc table or pivot over them, computed from the file by pm-tools
Hostile independent review of the acceptance-criteria or defects document - spawns the devils-advocate adversary the discipline calls for (analyst on criteria, qa-engineer on defects); find, fix through pm-tools, re-confirm clean
Rebuild a legacy acceptance-criteria or defects document to the tracked schema - assigns permanent ids, puts a code on every category, converts dated notes to authored log lines, drops the hand-kept contents table; dry run first
Plugin manifests1
{
"name": "project-management",
"description": "Micro project management for repositories, personal projects and small teams - acceptance criteria and defects tracked as markdown checklists with permanent ids, author handles, severity triage and computed reports, all through the deterministic pm-tools CLI",
"version": "1.8.5",
"license": "MIT",
"author": {
"name": "Stellars Henson",
"email": "[email protected]"
},
"keywords": [
"acceptance-criteria",
"defects",
"bug-tracker",
"requirements",
"triage",
"tracking"
]
}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-management on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-management-2)