[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-617d8ba9-0096-4be5-9cab-be518b04176d":3,"$fLaIiNZprookt2l58KPeXhDAlhUx0_wBNrcoBCWr-xtw":43},{"id":4,"title":5,"description":6,"categoryId":7,"moduleId":8,"tags":9,"prompt":10,"icon":11,"source":12,"sourceUrl":13,"authorId":14,"authorName":15,"isPublic":16,"stars":17,"runs":18,"createdAt":19,"updatedAt":19,"module":20,"category":27,"packages":34},"617d8ba9-0096-4be5-9cab-be518b04176d","conductor-new-track","创建一个具有规格和分阶段实施计划的新的轨道","cat_life_career","mod_other","sickn33,other","---\nname: conductor-new-track\ndescription: \"Create a new track with specification and phased implementation plan\"\nrisk: unknown\nsource: community\ndate_added: \"2026-02-27\"\n---\n\n# New Track\n\nCreate a new track (feature, bug fix, chore, or refactor) with a detailed specification and phased implementation plan.\n\n## Use this skill when\n\n- Working on new track tasks or workflows\n- Needing guidance, best practices, or checklists for new track\n\n## Do not use this skill when\n\n- The task is unrelated to new track\n- You need a different domain or tool outside this scope\n\n## Instructions\n\n- Clarify goals, constraints, and required inputs.\n- Apply relevant best practices and validate outcomes.\n- Provide actionable steps and verification.\n- If detailed examples are required, open `resources\u002Fimplementation-playbook.md`.\n\n## Pre-flight Checks\n\n1. Verify Conductor is initialized:\n   - Check `conductor\u002Fproduct.md` exists\n   - Check `conductor\u002Ftech-stack.md` exists\n   - Check `conductor\u002Fworkflow.md` exists\n   - If missing: Display error and suggest running `\u002Fconductor:setup` first\n\n2. Load context files:\n   - Read `conductor\u002Fproduct.md` for product context\n   - Read `conductor\u002Ftech-stack.md` for technical context\n   - Read `conductor\u002Fworkflow.md` for TDD\u002Fcommit preferences\n\n## Track Classification\n\nDetermine track type based on description or ask user:\n\n```\nWhat type of track is this?\n\n1. Feature - New functionality\n2. Bug - Fix for existing issue\n3. Chore - Maintenance, dependencies, config\n4. Refactor - Code improvement without behavior change\n```\n\n## Interactive Specification Gathering\n\n**CRITICAL RULES:**\n\n- Ask ONE question per turn\n- Wait for user response before proceeding\n- Tailor questions based on track type\n- Maximum 6 questions total\n\n### For Feature Tracks\n\n**Q1: Feature Summary**\n\n```\nDescribe the feature in 1-2 sentences.\n[If argument provided, confirm: \"You want to: {argument}. Is this correct?\"]\n```\n\n**Q2: User Story**\n\n```\nWho benefits and how?\n\nFormat: As a [user type], I want to [action] so that [benefit].\n```\n\n**Q3: Acceptance Criteria**\n\n```\nWhat must be true for this feature to be complete?\n\nList 3-5 acceptance criteria (one per line):\n```\n\n**Q4: Dependencies**\n\n```\nDoes this depend on any existing code, APIs, or other tracks?\n\n1. No dependencies\n2. Depends on existing code (specify)\n3. Depends on incomplete track (specify)\n```\n\n**Q5: Scope Boundaries**\n\n```\nWhat is explicitly OUT of scope for this track?\n(Helps prevent scope creep)\n```\n\n**Q6: Technical Considerations (optional)**\n\n```\nAny specific technical approach or constraints?\n(Press enter to skip)\n```\n\n### For Bug Tracks\n\n**Q1: Bug Summary**\n\n```\nWhat is broken?\n[If argument provided, confirm]\n```\n\n**Q2: Steps to Reproduce**\n\n```\nHow can this bug be reproduced?\nList steps:\n```\n\n**Q3: Expected vs Actual Behavior**\n\n```\nWhat should happen vs what actually happens?\n```\n\n**Q4: Affected Areas**\n\n```\nWhat parts of the system are affected?\n```\n\n**Q5: Root Cause Hypothesis (optional)**\n\n```\nAny hypothesis about the cause?\n(Press enter to skip)\n```\n\n### For Chore\u002FRefactor Tracks\n\n**Q1: Task Summary**\n\n```\nWhat needs to be done?\n[If argument provided, confirm]\n```\n\n**Q2: Motivation**\n\n```\nWhy is this work needed?\n```\n\n**Q3: Success Criteria**\n\n```\nHow will we know this is complete?\n```\n\n**Q4: Risk Assessment**\n\n```\nWhat could go wrong? Any risky changes?\n```\n\n## Track ID Generation\n\nGenerate track ID in format: `{shortname}_{YYYYMMDD}`\n\n- Extract shortname from feature\u002Fbug summary (2-3 words, lowercase, hyphenated)\n- Use current date\n- Example: `user-auth_20250115`, `nav-bug_20250115`\n\nValidate uniqueness:\n\n- Check `conductor\u002Ftracks.md` for existing IDs\n- If collision, append counter: `user-auth_20250115_2`\n\n## Specification Generation\n\nCreate `conductor\u002Ftracks\u002F{trackId}\u002Fspec.md`:\n\n```markdown\n# Specification: {Track Title}\n\n**Track ID:** {trackId}\n**Type:** {Feature|Bug|Chore|Refactor}\n**Created:** {YYYY-MM-DD}\n**Status:** Draft\n\n## Summary\n\n{1-2 sentence summary}\n\n## Context\n\n{Product context from product.md relevant to this track}\n\n## User Story (for features)\n\nAs a {user}, I want to {action} so that {benefit}.\n\n## Problem Description (for bugs)\n\n{Bug description, steps to reproduce}\n\n## Acceptance Criteria\n\n- [ ] {Criterion 1}\n- [ ] {Criterion 2}\n- [ ] {Criterion 3}\n\n## Dependencies\n\n{List dependencies or \"None\"}\n\n## Out of Scope\n\n{Explicit exclusions}\n\n## Technical Notes\n\n{Technical considerations or \"None specified\"}\n\n---\n\n_Generated by Conductor. Review and edit as needed._\n```\n\n## User Review of Spec\n\nDisplay the generated spec and ask:\n\n```\nHere is the specification I've generated:\n\n{spec content}\n\nIs this specification correct?\n1. Yes, proceed to plan generation\n2. No, let me edit (opens for inline edits)\n3. Start over with different inputs\n```\n\n## Plan Generation\n\nAfter spec approval, generate `conductor\u002Ftracks\u002F{trackId}\u002Fplan.md`:\n\n### Plan Structure\n\n```markdown\n# Implementation Plan: {Track Title}\n\n**Track ID:** {trackId}\n**Spec:** spec.md\n**Created:** {YYYY-MM-DD}\n**Status:** [ ] Not Started\n\n## Overview\n\n{Brief summary of implementation approach}\n\n## Phase 1: {Phase Name}\n\n{Phase description}\n\n### Tasks\n\n- [ ] Task 1.1: {Description}\n- [ ] Task 1.2: {Description}\n- [ ] Task 1.3: {Description}\n\n### Verification\n\n- [ ] {Verification step for phase 1}\n\n## Phase 2: {Phase Name}\n\n{Phase description}\n\n### Tasks\n\n- [ ] Task 2.1: {Description}\n- [ ] Task 2.2: {Description}\n\n### Verification\n\n- [ ] {Verification step for phase 2}\n\n## Phase 3: {Phase Name} (if needed)\n\n...\n\n## Final Verification\n\n- [ ] All acceptance criteria met\n- [ ] Tests passing\n- [ ] Documentation updated (if applicable)\n- [ ] Ready for review\n\n---\n\n_Generated by Conductor. Tasks will be marked [~] in progress and [x] complete._\n```\n\n### Phase Guidelines\n\n- Group related tasks into logical phases\n- Each phase should be independently verifiable\n- Include verification task after each phase\n- TDD tracks: Include test writing tasks before implementation tasks\n- Typical structure:\n  1. **Setup\u002FFoundation** - Initial scaffolding, interfaces\n  2. **Core Implementation** - Main functionality\n  3. **Integration** - Connect with existing system\n  4. **Polish** - Error handling, edge cases, docs\n\n## User Review of Plan\n\nDisplay the generated plan and ask:\n\n```\nHere is the implementation plan:\n\n{plan content}\n\nIs this plan correct?\n1. Yes, create the track\n2. No, let me edit (opens for inline edits)\n3. Add more phases\u002Ftasks\n4. Start over\n```\n\n## Track Creation\n\nAfter plan approval:\n\n1. Create directory structure:\n\n   ```\n   conductor\u002Ftracks\u002F{trackId}\u002F\n   ├── spec.md\n   ├── plan.md\n   ├── metadata.json\n   └── index.md\n   ```\n\n2. Create `metadata.json`:\n\n   ```json\n   {\n     \"id\": \"{trackId}\",\n     \"title\": \"{Track Title}\",\n     \"type\": \"feature|bug|chore|refactor\",\n     \"status\": \"pending\",\n     \"created\": \"ISO_TIMESTAMP\",\n     \"updated\": \"ISO_TIMESTAMP\",\n     \"phases\": {\n       \"total\": N,\n       \"completed\": 0\n     },\n     \"tasks\": {\n       \"total\": M,\n       \"completed\": 0\n     }\n   }\n   ```\n\n3. Create `index.md`:\n\n   ```markdown\n   # Track: {Track Title}\n\n   **ID:** {trackId}\n   **Status:** Pending\n\n   ## Documents\n\n   - Specification\n   - Implementation Plan\n\n   ## Progress\n\n   - Phases: 0\u002F{N} complete\n   - Tasks: 0\u002F{M} complete\n\n   ## Quick Links\n\n   - Back to Tracks\n   - Product Context\n   ```\n\n4. Register in `conductor\u002Ftracks.md`:\n   - Add row to tracks table\n   - Format: `| [ ] | {trackId} | {title} | {created} | {created} |`\n\n5. Update `conductor\u002Findex.md`:\n   - Add track to \"Active Tracks\" section\n\n## Completion Message\n\n```\nTrack created successfully!\n\nTrack ID: {trackId}\nLocation: conductor\u002Ftracks\u002F{trackId}\u002F\n\nFiles created:\n- spec.md - Requirements specification\n- plan.md - Phased implementation plan\n- metadata.json - Track metadata\n- index.md - Track navigation\n\nNext steps:\n1. Review spec.md and plan.md, make any edits\n2. Run \u002Fconductor:implement {trackId} to start implementation\n3. Run \u002Fconductor:status to see project progress\n```\n\n## Error Handling\n\n- If directory creation fails: Halt and report, do not register in tracks.md\n- If any file write fails: Clean up partial track, report error\n- If tracks.md update fails: Warn user to manually register track\n","","imported","https:\u002F\u002Fgithub.com\u002Fsickn33\u002Fantigravity-awesome-skills","user_system_seed","SkillOPIC",true,54,212,"2026-05-16 13:12:37",{"id":8,"name":21,"slug":22,"icon":23,"description":24,"sort":25,"createdAt":26},"其他","other","mdi-page-next-outline","其他类型Skill",5,"2026-05-16 12:53:40",{"id":7,"name":28,"slug":29,"icon":30,"description":31,"moduleId":8,"sort":32,"skillCount":33,"createdAt":26},"职场发展","career","mdi-briefcase-outline","面试准备、简历优化、职业规划",4,575,[35],{"id":36,"skillId":4,"version":37,"fileName":38,"fileSize":39,"filePath":40,"fileHash":41,"manifest":42,"createdAt":19},"7ae05616-2a80-42d1-a9c0-ff8d93cd3c07","1.0.0","conductor-new-track.zip",3390,"uploads\u002Fskills\u002F617d8ba9-0096-4be5-9cab-be518b04176d\u002Fconductor-new-track.zip","25c876da6ff40175c0a10273d57049ae0c903b18ef1bbb22fac01f486419538f","[{\"path\":\"SKILL.md\",\"isDirectory\":false,\"size\":8264}]",{"code":44,"message":45,"data":46},200,"success",{"items":47,"stats":48,"page":51},[],{"averageRating":49,"totalRatings":49,"ratingCounts":50},0,[49,49,49,49,49],{"limit":52,"offset":49,"hasMore":53,"nextOffset":52,"ratedOnly":16},15,false]