Skip to main content

jaan.to

Modular workflow layer for Claude Code. Skills generate outputs. System learns from feedback.


What It Does

jaan.to adds structured commands to Claude Code that generate consistent, high-quality outputs. Each command follows a two-phase workflow: gather context, then generate with your approval.


Features

  • Skills - Commands that generate PRDs, plans, specs
  • Stacks - Your team and tech context
  • Learning - System improves from your feedback
  • Hooks - Automated validation and prompts
  • Safety - Write only to safe paths, preview before save

Quick Start

/jaan-to:pm-prd-write "user authentication feature"

Output: jaan-to/outputs/pm/user-auth/prd.md

See Getting Started for full walkthrough.


SectionDescription
Getting StartedFirst skill in 5 minutes
ConceptsCore ideas explained
SkillsAvailable commands by role
AgentsPlugin agents
HooksAutomated triggers
ConfigSettings and context
LearningFeedback system
ExtendingCreate new skills
Style GuideDocumentation standards

Available Commands

CommandDescriptionOutput
/jaan-to:pm-prd-writeGenerate PRDjaan-to/outputs/pm/{slug}/prd.md
/jaan-to:data-gtm-datalayerGenerate GTM tracking codejaan-to/outputs/data/gtm/{slug}/
/jaan-to:skill-createCreate new skillskills/{name}/
/jaan-to:skill-updateUpdate existing skillskills/{name}/SKILL.md
/jaan-to:docs-createCreate documentationdocs/{type}/{name}.md
/jaan-to:docs-updateAudit documentationFixes in-place
/jaan-to:learn-addAdd feedbackjaan-to/learn/{name}.learn.md
/jaan-to:pm-research-aboutDeep research or add to indexjaan-to/outputs/research/
/jaan-to:roadmap-addAdd roadmap taskjaan-to/roadmap.md

Key Paths

PathPurpose
jaan-to/outputs/Generated outputs (project-relative)
jaan-to/context/Your context (tech, team) (project-relative)
skills/Skill definitions (plugin-relative)
.claude-plugin/plugin.jsonPlugin manifest