What problem does it solve?
Starting a fresh session on a workflow-based software project requires manually locating, reading, and synthesizing multiple scattered docs (onboarding guides, DEVLOG entries, handover notes, task lists) to understand current project state, which wastes time and risks missing updated information.
Core Features & Use Cases
- Automated Doc Discovery: Uses glob searches to locate all workflow-related docs across the project tree, avoiding errors from hardcoded path assumptions.
- Temporal Context Summarization: Reads only the most relevant, up-to-date temporal docs (latest DEVLOG entry, current handover, active TASKS) to provide a concise state summary without context bloat.
- Next-Move Recommendation: Surfaces a clear orientation summary and suggests the highest-priority next action to eliminate session startup inertia.
- Use Case: For a hobby software project built with an AI coding agent using the human-training workflow, run this skill at the start of every new session to instantly get up to speed on current sprint status, in-flight work, and pending tasks without manual doc hunting.
Quick Start
Invoke the /start command at the beginning of a fresh session on a project using the human-training workflow to receive an instant orientation summary and recommended next step.