What problem does it solve? Jumping straight into coding complex features without a structured plan leads to missed requirements, vague tasks, and rework. This Skill enforces a plan-only mode that produces a concrete, step-by-step implementation plan before any code is written. ## Core Features & Use Cases - Plan-Only Mode: Restricts the agent to read-only inspection and writing a single markdown plan file, with no code edits, commits, or mutating commands. - Structured Plan Format: Generates plans with exact file paths, complete copy-pasteable code, TDD steps, verification commands, and bite-sized tasks of 2-5 minutes each. - Timestamped Storage: Saves plans under .nyxora/plans/ with timestamped filenames, keeping them attached to the active workspace across local, docker, ssh, and other backends. - Use Case: Before implementing a multi-step feature like user authentication, invoke plan mode to produce a task-by-task breakdown with failing tests, minimal implementations, and commit steps that a subagent can execute later. ## Quick Start Ask the agent to enter plan mode and write an implementation plan for your feature, for example: plan out adding password reset functionality to the auth module.