loop-workflow-planner

Solid

Define a platform-neutral bounded loop for standard or deep work using measurable acceptance criteria, verification, retry limits, independent review, memory, and stop conditions. Skip lookups, tiny edits, and one-off explanations.

AI & Automation 5 stars 0 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 78/100

Stars 20%
26
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Loop Workflow Planner ## Purpose Create a platform-neutral Loop Workflow Contract for standard or deep work that must iterate until measurable acceptance criteria pass. This skill does not implement code. It defines objective, scope, verification, retry limits, stop conditions, independent review, and memory update rules so Codex, GPT-based agents, Claude, and generic coding agents can execute the same workflow without depending on Claude-only commands. ## When To Use Use this skill when the task is `Standard Workflow` or `Deep Workflow` and one or more are true: - the user asks to continue until lint, typecheck, build, visual QA, CI, or another measurable check passes; - verification may fail and repair is in scope; - a repeated failure already happened; - a bugfix, CI repair, refactor, or UI implementation needs bounded retry; - independent review should judge completion; - the work may need resumable memory; - multiple agents or worktrees are being considered. ## When Not To Use Do not use for: - Fast Lookup; - one obvious typo or type error; - tiny direct edits; - pure explanation; - design-only direction with no iterative verification; - platform-specific `/goal`, `/loop`, or `/schedule` commands without a platform-neutral contract; - unbounded autonomous work. ## Required Context 1. Read `AGENTS.md`. 2. Read `common/agent-loop-policy.md`. 3. Read `common/stop-criteria-rules.md`. 4. Read `common/bounded-retry-rules.md`. 5. Read `common/verification-loop-rule...

Details

Author
ytvee-dev
Repository
ytvee-dev/webdev-agent-kit
Created
2 months ago
Last Updated
1 weeks ago
Language
Python
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category