Skip to main content

/jaan-to:roadmap-add

Add a task to the jaan.to development roadmap.


What It Does

Adds a new task to jaan-to/roadmap.md:

  • Checks for duplicates
  • Detects appropriate phase
  • Formats consistently
  • Auto-commits the change

Usage

/jaan-to:roadmap-add "Task description"

Example

Input:

/jaan-to:roadmap-add "Add MCP Figma connector"

Result:

  • Task added to Phase 3 (MCP + More Skills)
  • Formatted as - [ ] Add MCP Figma connector
  • Git commit created

Phase Detection

The skill auto-detects which phase based on keywords:

PhaseKeywords
1foundation, setup, config
2learning, context, stack
3mcp, skill, connector
4test, polish, fix
5distribution, package

Output

Updates: jaan-to/roadmap.md

Optional: Creates jaan-to/tasks/{slug}.md for complex tasks.


Note

This is an internal skill for jaan.to development. Most users won't need this.