File contents ---
name: track-plan
description: Skill for track-plan tasks.
Phase 3: {{PHASE_3_NAME}}
Objective: {{PHASE_3_OBJECTIVE}}
Estimated Duration: {{PHASE_3_DURATION}}
Dependencies: Phase 2 complete
Tasks
Verification
Checkpoint
Commit: [track-id] checkpoint: phase 3 complete
Phase 4: {{PHASE_4_NAME}}
Objective: {{PHASE_4_OBJECTIVE}}
Estimated Duration: {{PHASE_4_DURATION}}
Dependencies: Phase 3 complete
Tasks
Verification
Checkpoint
Commit: [track-id] checkpoint: phase 4 complete (track done)
Final Verification
Quality Gates
Documentation
Deployment
Deviations Log
Date
Task
Deviation
Reason
Resolution
{{DATE}}
{{TASK}}
{{DEVIATION}}
{{REASON}}
{{RESOLUTION}}
Notes
{{IMPLEMENTATION_NOTES}}
Plan Created: {{CREATED_DATE}}
Last Updated: {{UPDATED_DATE}}
Output Format
<result>
<analysis>Brief analysis</analysis>
<solution>Implementation</solution>
<considerations>Trade-offs and notes</considerations>
</result>
1 --- 2 name: track-plan 3 description: --- 4 --- 5 --- 6 name: track-plan 7 description: Skill for track-plan tasks. 8 --- 9 ## Phase 3: {{PHASE_3_NAME}} 10 11 **Objective:** {{PHASE_3_OBJECTIVE}} 12 **Estimated Duration:** {{PHASE_3_DURATION}} 13 **Dependencies:** Phase 2 complete 14 15 ### Tasks 16 17 - [ ] **3.1 {{TASK_3_1_TITLE}}** 18 - [ ] {{SUBTASK_3_1_1}} 19 - [ ] {{SUBTASK_3_1_2}} 20 21 - [ ] **3.2 {{TASK_3_2_TITLE}}** 22 - [ ] {{SUBTASK_3_2_1}} 23 - [ ] {{SUBTASK_3_2_2}} 24 25 - [ ] **3.3 {{TASK_3_3_TITLE}}** 26 - [ ] {{SUBTASK_3_3_1}} 27 - [ ] {{SUBTASK_3_3_2}} 28 29 ### Verification 30 31 - [ ] All Phase 3 tests passing 32 - [ ] End-to-end tests passing 33 - [ ] Code review approved 34 35 ### Checkpoint 36 37 ``` 38 Commit: [track-id] checkpoint: phase 3 complete 39 ``` 40 41 --- 42 43 ## Phase 4: {{PHASE_4_NAME}} 44 45 **Objective:** {{PHASE_4_OBJECTIVE}} 46 **Estimated Duration:** {{PHASE_4_DURATION}} 47 **Dependencies:** Phase 3 complete 48 49 ### Tasks 50 51 - [ ] **4.1 {{TASK_4_1_TITLE}}** 52 - [ ] {{SUBTASK_4_1_1}} 53 - [ ] {{SUBTASK_4_1_2}} 54 55 - [ ] **4.2 {{TASK_4_2_TITLE}}** 56 - [ ] {{SUBTASK_4_2_1}} 57 - [ ] {{SUBTASK_4_2_2}} 58 59 - [ ] **4.3 {{TASK_4_3_TITLE}}** 60 - [ ] {{SUBTASK_4_3_1}} 61 - [ ] {{SUBTASK_4_3_2}} 62 63 ### Verification 64 65 - [ ] All tests passing 66 - [ ] Coverage ≥ 80% 67 - [ ] Performance benchmarks met 68 - [ ] Documentation complete 69 - [ ] Code review approved 70 71 ### Checkpoint 72 73 ``` 74 Commit: [track-id] checkpoint: phase 4 complete (track done) 75 ``` 76 77 --- 78 79 ## Final Verification 80 81 ### Quality Gates 82 83 - [ ] All unit tests passing 84 - [ ] All integration tests passing 85 - [ ] All E2E tests passing 86 - [ ] Code coverage ≥ 80% 87 - [ ] No critical linting errors 88 - [ ] Security scan passed 89 - [ ] Performance requirements met 90 - [ ] Accessibility requirements met 91 92 ### Documentation 93 94 - [ ] API documentation updated 95 - [ ] README updated (if applicable) 96 - [ ] Changelog entry added 97 98 ### Deployment 99 100 - [ ] Staging deployment successful 101 - [ ] Smoke tests passed 102 - [ ] Production deployment approved 103 104 --- 105 106 ## Deviations Log 107 108 | Date | Task | Deviation | Reason | Resolution | 109 | -------- | -------- | ------------- | ---------- | -------------- | 110 | {{DATE}} | {{TASK}} | {{DEVIATION}} | {{REASON}} | {{RESOLUTION}} | 111 112 ## Notes 113 114 {{IMPLEMENTATION_NOTES}} 115 116 --- 117 118 **Plan Created:** {{CREATED_DATE}} 119 **Last Updated:** {{UPDATED_DATE}} 120 121 ## Output Format 122 123 ```xml 124 <result> 125 <analysis>Brief analysis</analysis> 126 <solution>Implementation</solution> 127 <considerations>Trade-offs and notes</considerations> 128 </result> 129 ```
itsimonfredlingjack/codex-dev-plugin/tree/main/.agents/skills/track-plan commit 3ffe5f6918
Frequently asked questions How do I install the Track Plan skill? Run npx skillmds@latest add itsimonfredlingjack-codex-dev-plugin/track-plan in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Track Plan skill do? --- It is listed under Coding & Dev Tools on SkillMD.
Is Track Plan safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Track Plan? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Track Plan free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Track Plan? itsimonfredlingjack (@itsimonfredlingjack-codex-dev-plugin) published this skill. Their other Agent Skills are listed on their SkillMD profile.