Install
$ agentstack add skill-rodolfochicone-rc-project-rc-loop ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Loop (creator)
Advance .rc/ROADMAP.md autonomously, one phase at a time: plan the phase, execute it, verify it, and — only on a recorded PASS — flip its checkbox and move to the next. This is the creator loop (it produces side effects and builds each phase on the last), so it is only as safe as the harness under it. It reuses the existing RC skills; it does not re-implement plan, execute, or verify.
Stop and defer — do not start if
- No
Workflowtool (non–Claude Code host) → stop; tell the user to run each phase's tasks
via rc-execute-task in dependency order. This driver is Claude Code only, like rc-tasks-workflow.
- No
.rc/ROADMAP.md→ stop; point atrc-roadmap(create). A loop cannot invent intent. - Readiness gate fails → stop. Read
references/loop-readiness.mdand answer its four
questions first. If the answer is not "yes" to all four, stay in human-gated spec-driven (rc-pipe / rc-card) until the harness is ready. Autonomy on a weak harness perpetuates bugs.
The cycle (per phase)
Resolve the next actionable phase via rc-roadmap (next). Then, for that phase:
- Load guidance —
rc-lessons(list, confirmed only) filtered to the phase's scope, plus
the shared workflow memory (rc-workflow-memory) and any STATE decisions. Carry these into planning.
- Plan — mark the phase
[~], then author the phase's tasks withrc-create-tasksscoped to
the phase goal and its > Done when: gate. Autonomous mode: resolve ambiguities as explicit spec assumptions and record them; do not open a user confirmation gate mid-loop.
- Execute — run the phase's tasks via
rc-tasks-workflow(theWorkflow-tool engine, one
subagent per task in dependency order). Each task follows the rc-execute-task contract: explore → implement → run the project gate → update tracking.
- Verify — the project's gate (
rc-final-verify) is the until-condition. On a red gate,
iterate gather → fix root cause → re-verify up to the bounded fix cap; escalate a stubborn failure to rc-oracle. Never advance on a red gate.
- Record lessons — for every defect verification caught (AC gap, surviving mutant, spec
deviation, precision gap, gate failure), record a grounded lesson via rc-lessons (add) so the next phase does not repeat it. This is what stops a creator loop from perpetuating errors.
- Close the phase — on PASS: flip the roadmap checkbox to
[x], write the phase outcome +
handoff to shared workflow memory (rc-workflow-memory), and commit the phase locally. Then return to step 1 for the next actionable phase.
Reliable stop condition
The loop is not infinite — it stops and hands back to the human when:
- Roadmap exhausted — every phase is
[x]. Report completion; the human decides the next
batch (rc-roadmap create) or ends the milestone.
- A phase cannot reach green within the fix cap (and
rc-oracleescalation did not resolve
it). Leave the phase [~], record the failing evidence and any lessons, and stop. Do not skip ahead to a dependent phase on a red gate.
- Intent runs out — the next phase needs a human decision the loop cannot assume (a
product/architecture fork, external research, an asset the project does not have). Stop and surface the specific question.
Persist enough in shared workflow memory (## Handoff) that a re-invocation resumes from the [~] phase without re-deriving context.
Human-gated boundary (never autonomous)
The loop implements, verifies, and commits locally. Outward-facing actions stay human-gated and are not performed by the loop: opening a PR (rc-git), pushing, and any Linear write or state move (rc-card / rc-linear). The loop's job is to leave a green, committed working tree per phase; shipping is the human's confirmed step. Match the rc-card guardrail — never offload a confirmation-bearing action into unattended automation.
Triggering — RC ships no scheduler
The loop's heartbeat belongs to the host, not to RC: Claude Code already has /loop and scheduled agents. RC deliberately adds no cron, no daemon, no watcher of its own.
Only fixed loops — no side effects, safe to repeat (rc-review-workflow, rc-qa-execution, benchmarks) — are candidates for unattended scheduling. rc-loop is a creator loop: each phase builds on the last, so a bug in an early phase propagates. Run it with the human within reach, and keep the human-gated boundary above intact under any automation.
Not this skill
- Single task →
rc-execute-task. Fixed, already-authored task set (one pass) →rc-tasks-workflow. - Human-gated feature pipeline →
rc-pipe. Human-gated Linear sub-issue loop →rc-card. - Authoring/reordering the roadmap →
rc-roadmap(the intent step).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: rodolfochicone
- Source: rodolfochicone/rc-project
- License: MIT
- Homepage: https://rodolfochicone.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.