mentor-workflow

Orchestrates read-only coaching workflows for developers implementing features without writing code.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/nicolas-codemate/claudeCodeConfig --skill mentor-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mentor-workflow
Source: https://github.com/nicolas-codemate/claudeCodeConfig/tree/main/skills/mentor-workflow
Command: npx skills add https://github.com/nicolas-codemate/claudeCodeConfig --skill mentor-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coaching workflow orchestrator that guides developers through implementation without writing code, enabling structured learning and hands-on progress.

Core Features & Use Cases

  • Reuses steps from the resolve workflow to fetch tickets, analyze complexity, and plan, then executes dedicated coaching steps (06-08) for interactive mentoring, reviews, and retrospectives.
  • Defines strict read-only boundaries for the mentor: it never writes code, only reads and guides via questions and prompts, ensuring safe, educational progress.
  • Supports mode-based coaching (Progresser, Pilote, Autonome) with plan validation, coaching loops, and a final retrospective to consolidate learning.

Quick Start

Start the coaching flow by invoking /mentor <ticket-id> to begin a guided, code-free implementation session.

Frequently Asked Questions about mentor-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I guide developers through implementation without writing code for them?

Interactive coaching enforces strict read-only boundaries to guide developers through implementation without writing code, using prompts and questions to ensure safe, educational progress.

What is interactive code coaching and how does it preserve developer learning?

Interactive code coaching orchestrates a workflow from initialization to retrospective, delegating heavy tasks to subagents while preserving developer learning by enforcing read-only behavior for the mentor.

Can I use different coaching modes for planning and reviewing a development workflow?

Yes, mode-based coaching supports Progresser, Pilote, and Autonome modes to handle planning, coaching loops, plan validation, and final reviews across the development workflow.

How do I start a guided coaching session using a specific ticket ID?

Start a guided coaching session by invoking the command with your ticket ID to begin the code-free implementation flow, which fetches tickets, analyzes complexity, and plans the execution.

Does the coaching workflow store status and plan artifacts locally during implementation?

Yes, the coaching workflow stores status and plan artifacts under the .claude/feature directory to track progress and manage the interactive coaching steps effectively.

What are the limitations of read-only coaching during a code review?

The strict read-only limitation means the mentor never writes code directly; it only reads and guides via questions and prompts, requiring the developer to execute all code modifications manually.