Agent skill
goals
List and manage cross-session goals and milestones. Use for tracking multi-session work, viewing progress, or managing milestones.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/goals
SKILL.md
Goal Management
Manage goals and milestones that persist across Claude Code sessions.
Command: $ARGUMENTS
Instructions
Parse the command and use the appropriate mcp__mira__goal action:
No arguments or "list"
- Use
action="list"to show all goals - Display: title, status, progress %, priority
- Highlight in-progress and blocked goals
"add " or "create "
- Use
action="create"with the title - Ask for description and priority if not provided
- Suggest adding milestones after creation
"show " or "progress "
- Use
action="get"with the goal_id - Show full details including all milestones
- Display completion status for each milestone
"milestone <goal_id> "
- Use
action="add_milestone" - Add a new milestone to the specified goal
- Ask for weight if not provided (default: 1)
"complete <milestone_id>"
- Use
action="complete_milestone" - Mark the milestone as done
- Show updated goal progress
"done <goal_id>"
- Use
action="update"with status="completed" - Mark the entire goal as complete
Example Usage
/mira:goals # List all goals
/mira:goals add Implement auth system # Create new goal
/mira:goals show 103 # Show goal details
/mira:goals milestone 103 Add tests # Add milestone
/mira:goals complete 17 # Complete milestone
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?