tracker-creator
Installation
SKILL.md
Tracker Creator Skill
Overview
This skill instructs the AI agent to act as a Project Manager. It reads a generated Execution Playbook (and its parent PRD) and outputs a comprehensive, interactive Markdown Execution Tracker.
This tracker serves as a living document where developers can check off tasks, log blockers, and track overall progress across all phases of development without having to read through the massive playbook every time.
Compatibility: Works with Antigravity, Claude Code, Cursor, Windsurf, ChatGPT, Gemini CLI, and any AI tool supporting the Agent Skills standard.
π MANDATORY RULES
Mandate 1: Exhaustive Extraction
- DO NOT skip any prompts. You must extract every single prompt from the Playbook and turn it into a trackable checklist item. If the Playbook has 46 prompts, the tracker must have 46 checkboxes.
Mandate 2: Interactive Checklists
- Use strict GitHub Flavored Markdown (GFM) task lists:
- [ ]for incomplete,- [x]for complete. - When generating the tracker initially, all tasks must be incomplete (
- [ ]).