Repo hygiene subagent for legacy onboarding. Moves scattered documentation into docs-legacy/ (git-aware) and generates docs-legacy/summary.md. No commits.
Non-interactive orchestrator for proportional planning and gated implementation; persists work in docs/ and plans/ when durable coordination is needed.
MCP server "checkpoint" as configured in DasDigitaleMomentum/opencode-processing-skills. Runs ${CLAUDE_PLUGIN_ROOT}/server/checkpoint-mcp-server.mjs with node.
Runs before the agent uses a tool for ^mcp__plugin_agent-checkpoint_checkpoint__checkpoint$ and ^mcp__plugin_agent-checkpoint_checkpoint__checkpoint_path$ tool calls, executing checkpoint-hook.mjs (2 commands). From DasDigitaleMomentum/opencode-processing-skills.
Non-interactive orchestrator for structured planning and gated implementation. Acts and reports; asks only for genuine choices. Use when you want forward momentum without confirmation prompts.
Interactive orchestrator for structured planning, documentation, and gated implementation using docs/ and plans/. Use when planning features, documenting codebases, executing plan phases, or resuming multi-session work.
Normalize legacy repositories by moving scattered documentation into docs-legacy/ (git-aware) and generating a docs-legacy/summary.md before generating new docs/plans.
Author and verify per-phase implementation plans by cross-checking the gated phase intent against the current source code and existing docs inventories.
Run Playwright-MCP browser acceptance, agent-observed walkthroughs, or user-attended walkthroughs through the role routing appropriate to each mode, returning a compact evidence-referenced digest.
Create a persistent structured plan (plan.md, phases/, todo.md) when work needs multi-phase or multi-session coordination, durable tracking, or an explicitly requested plan.
Skill-driven exploration, targeted reading, web research, and deep-dive analysis for delegate agents. Use when the primary delegates investigation or information gathering rather than artifact review or code execution.
Execute a bounded implementation unit from authoritative plan references or an inline gated brief using a stateful subagent loop (steps -> gate -> execute -> digest) without creating new persistent artifacts.
Generate project documentation from an existing codebase. This documentation shall serve Agents and Humans. Creates a project overview, module documentation, and feature documentation with explicit inventories (files/dirs + symbols) for each module. Use this skill when onboarding a new project or creating initial…