File contents My Navigator Workflow
Generated : 2025-12-09 11:39
Project : navigator
Type : Library
Stack : Not detected
Workflow Diagram
SESSION START
│
▼
┌─────────────┐
│ nav-start │ "Start my Navigator session"
└──────┬──────┘
│
▼
┌─────────────────────┐
│ Load task doc │ (if continuing work)
└──────┬──────────────┘
│
├────────────────────────┐
▼ ▼
┌──────────────────┐ ┌──────────────────┐
│frontend-component│ │ backend-endpoint │
└───────┬──────────┘ └────────┬─────────┘
│ │
▼ ▼
┌──────────────────┐ ┌──────────────────┐
│ frontend-test │ │ backend-test │
└───────┬──────────┘ └────────┬─────────┘
│ │
└───────────┬───────────┘
│
▼
┌─────────────────────┐
│ nav-task │ "Archive TASK-XX"
└──────┬──────────────┘
│
▼
┌─────────────────────┐
│ nav-marker │ "Create checkpoint"
└──────┬──────────────┘
│
▼
┌─────────────────────┐
│ nav-compact │ (when switching)
└─────────────────────┘
Daily Workflow
Morning Routine
Start session : "Start my Navigator session"
Check tasks : Review .agent/tasks/ index for current work
Load context : Read relevant task documentation
During Development
Use dev skills : development skills
Create checkpoints : Before breaks or risky changes
Document decisions : Update task doc with technical choices
After Completing Work
Archive task : "Archive TASK-XX documentation"
Capture solutions : "Create SOP for [solved issue]"
Final checkpoint : "Create checkpoint [feature-name]-complete"
End of Session
Clear context : "Clear context and preserve markers" (if switching tasks)
Or keep context : If continuing same work tomorrow
Skills Reference
Essential Skills (Use Daily)
Skill
Description
Trigger
nav-start
Start sessions efficiently
"Start my Navigator session"
nav-task
Document what you build
"Create task doc for [feature]"
nav-sop
Capture solutions for reuse
"Create SOP for [issue]"
nav-marker
Save progress checkpoints
"Create checkpoint [name]"
nav-compact
Clear context without losing work
"Clear context and preserve markers"
Optional Skills (Advanced)
Skill
Description
Trigger
nav-skill-creator
Create custom skills
"Create a skill for [workflow]"
Quick Reference
Action
Say This
Start session
"Start my Navigator session"
Save progress
"Create checkpoint [name]"
Document feature
"Create task doc for [feature]"
Archive feature
"Archive TASK-XX documentation"
Capture solution
"Create SOP for [issue]"
Clear context
"Clear context and preserve markers"
Tips for Library Projects
Use task docs to capture library/package decisions
SOPs for build and publish workflows
Markers before major refactors
Next Steps
Start every session with: "Start my Navigator session"
Create checkpoints before breaks: "Create checkpoint [name]"
Document features when complete: "Archive TASK-XX"
Capture solutions after debugging: "Create SOP for [issue]"
Clear context when switching tasks: "Clear context and preserve"
This workflow was personalized for your library project.
Update as your needs evolve.
Navigator Version : 4.6.0
1 --- 2 name: 2722-my-workflow-b5adc0ec 3 description: My Navigator Workflow 4 --- 5 # My Navigator Workflow 6 7 **Generated**: 2025-12-09 11:39 8 **Project**: navigator 9 **Type**: Library 10 **Stack**: Not detected 11 12 --- 13 14 ## Workflow Diagram 15 16 ``` 17 SESSION START 18 │ 19 ▼ 20 ┌─────────────┐ 21 │ nav-start │ "Start my Navigator session" 22 └──────┬──────┘ 23 │ 24 ▼ 25 ┌─────────────────────┐ 26 │ Load task doc │ (if continuing work) 27 └──────┬──────────────┘ 28 │ 29 ├────────────────────────┐ 30 ▼ ▼ 31 ┌──────────────────┐ ┌──────────────────┐ 32 │frontend-component│ │ backend-endpoint │ 33 └───────┬──────────┘ └────────┬─────────┘ 34 │ │ 35 ▼ ▼ 36 ┌──────────────────┐ ┌──────────────────┐ 37 │ frontend-test │ │ backend-test │ 38 └───────┬──────────┘ └────────┬─────────┘ 39 │ │ 40 └───────────┬───────────┘ 41 │ 42 ▼ 43 ┌─────────────────────┐ 44 │ nav-task │ "Archive TASK-XX" 45 └──────┬──────────────┘ 46 │ 47 ▼ 48 ┌─────────────────────┐ 49 │ nav-marker │ "Create checkpoint" 50 └──────┬──────────────┘ 51 │ 52 ▼ 53 ┌─────────────────────┐ 54 │ nav-compact │ (when switching) 55 └─────────────────────┘ 56 ``` 57 58 --- 59 60 ## Daily Workflow 61 62 ### Morning Routine 63 64 1. **Start session**: "Start my Navigator session" 65 2. **Check tasks**: Review `.agent/tasks/` index for current work 66 3. **Load context**: Read relevant task documentation 67 68 ### During Development 69 70 4. **Use dev skills**: development skills 71 5. **Create checkpoints**: Before breaks or risky changes 72 6. **Document decisions**: Update task doc with technical choices 73 74 ### After Completing Work 75 76 7. **Archive task**: "Archive TASK-XX documentation" 77 8. **Capture solutions**: "Create SOP for [solved issue]" 78 9. **Final checkpoint**: "Create checkpoint [feature-name]-complete" 79 80 ### End of Session 81 82 10. **Clear context**: "Clear context and preserve markers" (if switching tasks) 83 11. **Or keep context**: If continuing same work tomorrow 84 85 --- 86 87 ## Skills Reference 88 89 ### Essential Skills (Use Daily) 90 91 | Skill | Description | Trigger | 92 |-------|-------------|---------| 93 | nav-start | Start sessions efficiently | "Start my Navigator session" | 94 | nav-task | Document what you build | "Create task doc for [feature]" | 95 | nav-sop | Capture solutions for reuse | "Create SOP for [issue]" | 96 | nav-marker | Save progress checkpoints | "Create checkpoint [name]" | 97 | nav-compact | Clear context without losing work | "Clear context and preserve markers" | 98 99 ### Optional Skills (Advanced) 100 101 | Skill | Description | Trigger | 102 |-------|-------------|---------| 103 | nav-skill-creator | Create custom skills | "Create a skill for [workflow]" | 104 105 --- 106 107 ## Quick Reference 108 109 | Action | Say This | 110 |--------|----------| 111 | Start session | "Start my Navigator session" | 112 | Save progress | "Create checkpoint [name]" | 113 | Document feature | "Create task doc for [feature]" | 114 | Archive feature | "Archive TASK-XX documentation" | 115 | Capture solution | "Create SOP for [issue]" | 116 | Clear context | "Clear context and preserve markers" | 117 118 --- 119 120 ## Tips for Library Projects 121 122 - Use task docs to capture library/package decisions 123 - SOPs for build and publish workflows 124 - Markers before major refactors 125 126 --- 127 128 ## Next Steps 129 130 1. **Start every session** with: "Start my Navigator session" 131 2. **Create checkpoints** before breaks: "Create checkpoint [name]" 132 3. **Document features** when complete: "Archive TASK-XX" 133 4. **Capture solutions** after debugging: "Create SOP for [issue]" 134 5. **Clear context** when switching tasks: "Clear context and preserve" 135 136 --- 137 138 *This workflow was personalized for your library project.* 139 *Update as your needs evolve.* 140 141 **Navigator Version**: 4.6.0
tools-only/X-Skills/tree/main/daily-assistant/2722-my-workflow_b5adc0ec commit cf4e95d019
Frequently asked questions How do I install the 2722 My Workflow B5adc0ec skill? Run npx skillmds@latest add tools-only/2722-my-workflow-b5adc0ec 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 2722 My Workflow B5adc0ec skill do? My Navigator Workflow It is listed under Productivity on SkillMD.
Is 2722 My Workflow B5adc0ec 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 2722 My Workflow B5adc0ec? 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 2722 My Workflow B5adc0ec free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published 2722 My Workflow B5adc0ec? tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.