Agentic engineering done right — 42 structured workflows, persistent memory across sessions, integrated learning partner, and impeccable UI design system.
Save a handoff file when stopping mid-phase so you can resume seamlessly later
<execution_context>
@~/.claude/workflows/pause-work.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship pause-work workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Create fix phases for all gaps found by audit-milestone
<execution_context>
@~/.claude/workflows/plan-milestone-gaps.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship plan-milestone-gaps workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Research + create + verify plans for a phase — spawns specialist subagents where supported
<execution_context>
@~/.claude/workflows/plan-phase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship plan-phase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Show project progress, current position, and what to do next
<execution_context>
@~/.claude/workflows/progress.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship progress workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Execute an ad-hoc task with full agentic guarantees — atomic commits, state tracking, no full planning ceremony
<execution_context>
@~/.claude/workflows/quick.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship quick workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Restore local workflow customizations after updating the platform
<execution_context>
@~/.claude/workflows/reapply-patches.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship reapply-patches workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Cut a new learnship release — bump version, update changelog, push to public-main, tag, create GitHub release
<execution_context>
@~/.claude/workflows/release.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship release workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Remove a planned (not yet executed) phase and renumber subsequent phases
<execution_context>
@~/.claude/workflows/remove-phase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship remove-phase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Deep-dive domain research for a phase without immediately creating plans
<execution_context>
@~/.claude/workflows/research-phase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship research-phase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Restore full project context and continue from where you left off
<execution_context>
@~/.claude/workflows/resume-work.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship resume-work workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Quick model profile switch without opening full settings
<execution_context>
@~/.claude/workflows/set-profile.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship set-profile workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Interactive settings editor for .planning/config.json
<execution_context>
@~/.claude/workflows/settings.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship settings workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Hand off a project context to a new session or collaborator — writes a HANDOFF.md with full state snapshot
<execution_context>
@~/.claude/workflows/transition.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship transition workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Update the learnship platform itself to the latest version
<execution_context>
@~/.claude/workflows/update.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship update workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Retroactive test coverage audit for a completed phase — fill validation gaps without modifying implementation
<execution_context>
@~/.claude/workflows/validate-phase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship validate-phase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Manual user acceptance testing — walk through what was built, log issues, create fix plans
<execution_context>
@~/.claude/workflows/verify-work.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship verify-work workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Archive a completed milestone, tag the release, and prepare for the next version
<execution_context>
@~/.claude/workflows/complete-milestone.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship complete-milestone workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Systematic debugging with persistent state — triage, diagnose root cause, plan fix, execute
<execution_context>
@~/.claude/workflows/debug.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship debug workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Capture an architectural or scope decision with its context, alternatives, and rationale into DECISIONS.md
<execution_context>
@~/.claude/workflows/decision-log.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship decision-log workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Append a new phase to the current milestone roadmap when scope grows after initial planning
<execution_context>
@~/.claude/workflows/add-phase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship add-phase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Generate and add test coverage for a specific plan or phase post-execution
<execution_context>
@~/.claude/workflows/add-tests.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship add-tests workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Capture a todo/idea mid-session without interrupting flow
<execution_context>
@~/.claude/workflows/add-todo.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship add-todo workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Verify milestone met its definition of done — requirement coverage, integration check, stub detection
<execution_context>
@~/.claude/workflows/audit-milestone.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship audit-milestone workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Review and act on all pending todos captured with add-todo
<execution_context>
@~/.claude/workflows/check-todos.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship check-todos workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Archive completed milestone phase directories to keep .planning/phases/ clean
<execution_context>
@~/.claude/workflows/cleanup.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship cleanup workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Batch-diagnose multiple UAT issues after verify-work — groups by root cause, proposes fix plan
<execution_context>
@~/.claude/workflows/diagnose-issues.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship diagnose-issues workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Structured codebase discovery before working on an unfamiliar area — reads code, maps dependencies, surfaces risks
<execution_context>
@~/.claude/workflows/discovery-phase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship discovery-phase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Capture milestone-level goals, constraints, and anti-goals before new-milestone starts
<execution_context>
@~/.claude/workflows/discuss-milestone.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship discuss-milestone workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Capture implementation decisions for a phase before planning starts
<execution_context>
@~/.claude/workflows/discuss-phase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship discuss-phase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Execute all plans in a phase with wave-based ordered execution, spawning subagents per plan where supported
<execution_context>
@~/.claude/workflows/execute-phase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship execute-phase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Run a single PLAN.md file in isolation — useful for re-running a failed plan
<execution_context>
@~/.claude/workflows/execute-plan.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship execute-plan workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Project health check — stale files, uncommitted changes, missing artifacts, config drift
<execution_context>
@~/.claude/workflows/health.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship health workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Show all available learnship workflows with descriptions and when to use them
<execution_context>
@~/.claude/workflows/help.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship help workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Insert a new phase between existing phases for urgent work discovered mid-milestone
<execution_context>
@~/.claude/workflows/insert-phase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship insert-phase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Aggregate key learnings and decisions across all sessions into a searchable KNOWLEDGE.md
<execution_context>
@~/.claude/workflows/knowledge-base.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship knowledge-base workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Surface the intended approach for a phase before planning starts — validate direction early
<execution_context>
@~/.claude/workflows/list-phase-assumptions.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship list-phase-assumptions workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Show project status, next step, and offer to run it — start every session here
<execution_context>
@~/.claude/workflows/ls.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship ls workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Analyze an existing codebase and produce structured reference docs before starting a new project on top of it
<execution_context>
@~/.claude/workflows/map-codebase.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship map-codebase workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Structured learning retrospective at end of milestone — 5 questions, produces RETROSPECTIVE.md
<execution_context>
@~/.claude/workflows/milestone-retrospective.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship milestone-retrospective workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Start a new milestone cycle on an existing project after a prior milestone is complete
<execution_context>
@~/.claude/workflows/new-milestone.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship new-milestone workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Initialize a new project — questioning → research → requirements → roadmap
<execution_context>
@~/.claude/workflows/new-project.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship new-project workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>Auto-pilot — reads project state and runs the correct next workflow automatically
<execution_context>
@~/.claude/workflows/next.md
</execution_context>
<context>
Arguments: $ARGUMENTS
</context>
<process>
Execute the learnship next workflow end-to-end.
Preserve all workflow gates, validations, checkpoints, and routing.
</process>