One-click install
npx skills add https://github.com/berad217/human-training --skill start-berad217
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/berad217/human-training/tree/main/skills-source/start
Command: npx skills add https://github.com/berad217/human-training --skill start-berad217

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about start

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

FAQPage Schema
How do I get project orientation for a fresh AI coding session without manually reading scattered docs?

To get project orientation for a fresh AI coding session, invoke a read-only trigger that automatically discovers and summarizes temporal workflow docs like onboarding maps, DEVLOG entries, handovers, and task lists. This eliminates manual doc hunting and provides a concise state summary.

How does automated markdown workflow discovery handle path assumptions for devlog summaries?

Automated markdown workflow discovery handles path assumptions by using glob searches across the project tree to locate workflow-related docs. This avoids errors from hardcoded paths and ensures all relevant onboarding maps, handover notes, and active task lists are found.

What is the best way to summarize current sprint status and pending tasks from multiple markdown files?

The best way to summarize current sprint status is by reading only the most relevant, up-to-date temporal docs like the latest DEVLOG entry and current handovers. This provides a concise project state summary and recommends the highest-priority next action without context bloat.

Does the project onboarding trigger execute tests or write files during session orientation?

No, the project onboarding trigger is strictly read-only and docs-only. It never executes tests or writes files during session orientation; it solely reads markdown workflow documents to synthesize project context and suggest next steps.

Can I use session orientation for deep periodic project audits if workflow documentation is missing?

You cannot use session orientation for deep periodic project audits or missing documentation. It delegates those specialized tasks to other workflow skills, focusing strictly on summarizing existing temporal markdown docs to eliminate session startup inertia.

When do I need a handover review for an AI coding project?

You need a handover review at the start of a fresh AI coding session to instantly understand in-flight work, current sprint status, and pending tasks. It synthesizes current handover notes and active task lists to recommend your highest-priority next move.