Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

project-mgmt

verified

Spec-driven development with persistent markdown planning. Use when: complex tasks (>5 tool calls), multi-step work, GitHub issues, research tasks, building projects. Creates plan.md, spec.md, findings.md, progress.md in .project/{issue#}/ directory.

View on GitHub

Marketplace

sb-marketplace

superbenefit/sb-marketplace

Plugin

project-mgmt

tools

Repository

superbenefit/sb-marketplace
5stars

project-mgmt/skills/project-mgmt/SKILL.md

Last Verified

February 4, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/superbenefit/sb-marketplace/blob/main/project-mgmt/skills/project-mgmt/SKILL.md -a claude-code --skill project-mgmt

Installation paths:

Claude
.claude/skills/project-mgmt/
Powered by add-skill CLI

Instructions

# Project Management

Spec-driven development with filesystem as persistent memory.

## Core Principle

Context window is volatile. Filesystem is persistent.
Anything important gets written to disk.

## Workflow Phases

Each phase has its own reference file. Read the appropriate one:

| Phase | When | Reference |
|-------|------|-----------|
| Start | Initialize project | `references/start.md` |
| Specify | Define requirements | `references/specify.md` |
| Plan | Create approach | `references/plan.md` |
| Implement | Execute steps | `references/implement.md` |
| PR | Create pull request | `references/pr.md` |
| Sync | Update GitHub | `references/sync.md` |

## Files

| File | Purpose |
|------|---------|
| spec.md | Requirements (what & why) |
| plan.md | Implementation steps + session context |
| findings.md | Research, decisions |
| progress.md | Session log, errors |

Location: `.project/{issue#}/`
Templates: `assets/`

## Key Rules

1. Create plan.md before starting work
2. Save findings after every 2 search/view operations
3. Log all errors to progress.md
4. Re-read plan.md before major decisions
5. Run the pm-bookkeeper agent in the background for file updates

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
1173 chars