project_management

Creates and maintains PROJECT.md files for sprint planning, goal setting, and scope management.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/jvsandhu/agentic-skills --skill project-management-jvsandhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project_management
Source: https://github.com/jvsandhu/agentic-skills/tree/main/skills/project_management
Command: npx skills add https://github.com/jvsandhu/agentic-skills --skill project-management-jvsandhu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams lose alignment when project goals, scope, and milestones live in scattered documents or verbal agreements. This Skill establishes PROJECT.md as a single source of truth, keeping planning artifacts synchronized with actual development work. ## Core Features & Use Cases - PROJECT.md-First Planning: Creates and updates PROJECT.md files defining goals, scope, constraints, and explicit non-goals. - Cycle & Sprint Planning: Plans delivery-oriented cycles with cool-down periods using appetite-based betting instead of time estimates, following Linear Method and Shape Up practices. - Async Execution & Review: Supports asynchronous standups, issue triage workflows, architecture decision records (ADRs), demos, and retrospectives. - Use Case: When starting a new feature cycle, ask the agent to draft a PROJECT.md with SMART goals and non-goals, then validate each sprint's work against it during review checkpoints. ## Quick Start Create a PROJECT.md for my current project with goals, scope, non-goals, and a milestone roadmap for the next cycle.

Frequently Asked Questions about project_management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a PROJECT.md file for my project?

Define your project goals, scope, constraints, and explicit non-goals in a single PROJECT.md file at the repository root. This Skill provides templates and checklists to structure it as the single source of truth for planning decisions.

What is appetite-based planning in Shape Up?

Appetite-based planning asks how much time you want to spend on work rather than estimating how long it will take. Teams bet fixed time budgets on shaped pitches, which forces scope prioritization instead of schedule slip.

How is cycle planning different from two-week sprints?

Cycles are delivery-oriented periods followed by a cool-down phase, rather than back-to-back two-week sprints. Leftover work is re-evaluated instead of automatically rolling into the next cycle, and completed tasks are archived.

Can this skill help with async standups and issue triage?

Yes, it recommends asynchronous daily check-ins instead of meetings and a triage workflow that moves incoming bugs and feature requests from an inbox to backlog, icebox, or the next cycle. It also covers written architecture decision records.

When should I not use PROJECT.md-first planning?

Avoid heavyweight PROJECT.md planning for trivial one-off scripts or exploratory prototypes where goals change hourly. It adds the most value for multi-week efforts with multiple contributors needing shared alignment.