continuous-work

Enforce a quality-guarded continuation workflow when an AI stop hook triggers.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/liuzhengdongfortest/skills --skill continuous-work
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: continuous-work
Source: https://github.com/liuzhengdongfortest/skills/tree/main/continuous-work
Command: npx skills add https://github.com/liuzhengdongfortest/skills --skill continuous-work

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

Continuous-work prevents premature stopping by enforcing a “stop hook” decision gate that triggers a full, structured continuation workflow when the AI or configuration requests stopping before the job is verified and safely recorded.

Core Features & Use Cases

  • Top-down “大抬头” context rebuild: performs a one-time comprehensive scan (PROFILE → requirements → Roadmap → architecture → tasks index) to ensure the next step matches the current project truth.
  • Strict 9 hard-constraints execution: enforces code quality checks, engineering quality consideration, progressive disclosure of plans, deep digging when blocked, evidence-based verification when uncertain, and anti-stall behavior when blocked.
  • “看得更多 / 做得更多” continuation selection: expands inspection across inward, outward, visual, deep and meta layers, then chooses the safest, most valuable next action.
  • Stop-hook driven workflow across Codex/Claude/OpenCode: uses a shared decision script plus an OpenCode plugin to continue only when .ai/continuous.yaml enables it, with repeat limits and session-scoped state.

Quick Start

Ask your AI to follow the continuous-work execution rules before stopping, with your project’s stop configuration enabled via .ai/continuous.yaml.

Frequently Asked Questions about continuous-work

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

FAQPage Schema
How do I stop AI coding assistants from finishing a session before the code is verified?▼

A continuous-work stop hook intercepts premature AI termination decisions and enforces a structured continuation workflow, ensuring code quality checks and evidence-based verification complete before safely recording the session.

How does a stop hook workflow execute iterative roadmap tasks across different AI tools?▼

A stop hook workflow executes iterative roadmap tasks across Codex, Claude Code, and OpenCode by triggering a shared decision script that enforces top-down project recalibration and bounded repeat continuation when `.ai/continuous.yaml` enables it.

What is top-down project recalibration in an AI coding session?▼

Top-down project recalibration is a comprehensive scan from project profiles to task indexes, ensuring the next execution step matches current project truth before proceeding with roadmap execution.

Does continuous-work mode require specific configuration to prevent premature AI stopping?▼

Yes, continuous-work mode requires configuring `.ai/continuous.yaml` to enable the stop hook, ensuring the AI follows execution rules and applies repeat limits before stopping iterative coding sessions.

What happens when an AI agent gets blocked during a continuous-work coding cycle?▼

When an AI agent gets blocked during a continuous-work coding cycle, the workflow enforces deep digging for evidence, applies anti-stall behavior, and expands inspection across inward, outward, and meta layers to choose the safest next action.

Can I enforce code quality checks before an AI stop decision ends my task execution?▼

Yes, you can enforce strict code and engineering quality checks before an AI stop decision ends task execution by applying hard constraints within the continuous-work continuation workflow.