planning

Featured

Create structured plan documents and track work items using YAML frontmatter. Use when the user wants to plan a feature, track progress, log bugs/tasks/ideas, or organize project work.

AI & Automation 1,691 stars 249 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Planning and Tracking System Nimbalyst uses structured markdown documents with YAML frontmatter for planning and tracking work. ## Plan Documents Plans live in `nimbalyst-local/plans/` with YAML frontmatter: ```yaml --- planStatus: planId: plan-[unique-identifier] title: [Plan Title] status: draft planType: feature priority: medium owner: [owner-name] stakeholders: [] tags: [] created: "YYYY-MM-DD" updated: "YYYY-MM-DDTHH:MM:SS.sssZ" progress: 0 --- ``` ### Status Values - `draft`: Initial planning phase - `ready-for-development`: Approved and ready to start - `in-development`: Currently being worked on - `in-review`: Implementation complete, pending review - `completed`: Successfully completed - `rejected`: Plan has been rejected - `blocked`: Progress blocked by dependencies ### Plan Types - `feature`: New feature development - `bug-fix`: Bug fix or issue resolution - `refactor`: Code refactoring/improvement - `system-design`: Architecture/design work - `research`: Research/investigation task - `initiative`: Large multi-feature effort - `improvement`: Enhancement to existing feature ## Tracking Items Track bugs, tasks, ideas, and other items in `nimbalyst-local/tracker/`: ```markdown - [Brief description] #[type][id:[idPrefix]_[ulid] status:[default-status] priority:medium created:YYYY-MM-DD] ``` ### CRITICAL: Custom Tracker Types **Before creating any tracker item, always check `.nimbalyst/trackers/*.yaml` in the workspace root for custo...

Details

Author
nimbalyst
Repository
nimbalyst/nimbalyst
Created
10 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category