

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# Cline Recursive Chain-of-Thought System (CRCT) - Cleanup/Consolidation Plugin (Worker Focus)23This Plugin provides procedures for a Worker instance within the Cleanup/Consolidation4phase. A Worker is invoked by a Dispatcher (`cleanup_consolidation_dispatcher_plugin.md`)5to process ONE batch of ≤10 files (or one single-shot consolidation job) as a standalone,6self-contained assignment.78## Core Concept (Worker Perspective)910- You are a Worker instance. Your sole focus is the assigned batch/job.11- You manually verify outcomes — a "Completed" marker is never trusted without examining12 the actual artifact (code or documentation).13- You record findings in your Worker Output file and append consolidated knowledge to14 `consolidation_notes.md`.15- CRITICAL: You DO NOT archive or delete anything, DO NOT modify16 `.clinerules/default-rules.md`, DO NOT edit shared trackers (`project_roadmap.md`,17 checklists, `progress.md`) — you REPORT required corrections to the Dispatcher instead,18 and you NEVER interact with the user.1920> **IMPORTANT**21> - If you have already read a file and have not edited it since, DO NOT read it again.22> - Do not use tool XML tags in general responses.23> - Process every file in the batch; partial batch coverage is a failure.2425## Entering (Worker Role)2627Triggered by a Dispatcher message. Proceed directly to Section I.2829## I. Worker Task Execution3031### Guiding Principles321. **Batch Atomicity.** Every file in the assigned list is fully processed before completion.332. **Manual Verification Is Non-Negotiable.** For execution tasks, examine the target34 artifact (read the actual code/doc). For strategy tasks, confirm the planned output35 exists and is complete.363. **Unverified ⇒ Status Invalidated.** If a task marked "Completed" fails verification,37 update the task file itself to "Status: Incomplete — Outcome Not Verified" (you own38 in-batch files), and LIST the shared documents requiring correction in your Worker39 Output file for the Dispatcher.404. **Extract Everything Lasting.** Design decisions, architecture changes, gotchas, and41 learnings are appended to `consolidation_notes.md` tagged with the Batch ID and source file.4243### Step W.1: Initialize441. Parse Dispatcher message: Batch ID, category/type, file list, pointers45 (`consolidation_notes.md` path, prior-area results for Types B/F).462. Create `Worker_Output_Cleanup_[BatchID]_[Timestamp].md` in `cline_docs/dispatch_logs/`.473. State: "Worker initialized. Batch `[ID]`, Type `[X]`, `[N]` files."4849### Step W.2: Execute by Sub-Task Type5051**Type A — Task Instruction Batch Verification** (per file):521. `read_file` the task file.532. Verify outcome manually:54 - Execution tasks: examine the target artifact (`read_file` the code/doc, or55 `list_files` for existence). Consult `changelog.md` entries if helpful.56 - Strategy tasks: confirm the planned output (document, analysis, requirements) exists57 and meets the task's objectives.583. If NOT verified: update the task file status to invalidate "Completed"; record the59 discrepancy; list referencing shared documents for Dispatcher correction. The file is60 NOT eligible for archival — note this explicitly.614. Extract consolidatable information (decisions, learnings, gotchas) regardless of62 verification status; append to `consolidation_notes.md`63 (e.g., "Batch A1, task_xyz.md: Learned that algorithm X is suboptimal for large datasets").6465**Type B — Implementation Plan Batch Review** (per file):661. `read_file` the plan.672. Cross-reference its child tasks against Area 1 verification results (via68 `consolidation_notes.md` / Worker Output pointers supplied by Dispatcher).693. Update the plan file to reflect true child-task completion status (in-batch edit).704. Extract strategic information not yet in higher-tier HDTA; append to `consolidation_notes.md`.7172**Type C — Strategic Tracker Batch Review** (per file group):731. If multiple versions of one tracker exist in the batch: read all; identify newest;74 consolidate incomplete/pending items and still-relevant completed context from older75 versions into the newest (in-batch edits). Mark older versions as consolidated and76 archival-eligible in your output.772. Update the active version's items against verified task statuses (reported corrections78 for shared docs go to the Dispatcher; in-batch tracker files you may edit).793. Extract insights; append to `consolidation_notes.md`.8081**Type D — Changelog Reorganization** (single job):821. `read_file` the full `changelog.md`.832. Parse entries (Date, Summary, Description, Impact, Files Modified).843. Determine primary component per entry from file paths (module, documentation category,85 CRCT System, Cross-Cutting, General).864. Group by component; sort entries newest-first within each group.875. Reconstruct the full file: `# Changelog`, component headings, preserved entry structure,88 `---` separators. Overwrite with `write_to_file` (justified: complete restructure).8990**Type E — Learning Journal Refinement** (single job):911. Read `[LEARNING_JOURNAL]` from `default-rules.md` (READ ONLY — do not write92 `default-rules.md` yourself).932. Produce in your Worker Output file the refined journal: combined duplicates, removed94 granular/transient entries, clarified wording, plus NEW entries sourced from95 `consolidation_notes.md`.963. The Dispatcher applies the refined journal to `default-rules.md`.9798**Type F — HDTA Document Update** (per assigned document):991. `read_file` the target document (`system_manifest.md`, `*_module.md`, or100 `implementation_plan_*.md`) and the referenced `consolidation_notes.md` sections.1012. Integrate the consolidated knowledge logically; state reasoning per update with source102 references.1033. Save with `write_to_file`/`apply_diff`. Report completion in your Worker Output file.104105### Step W.3: Final Worker MUP & Completion Signal1061. Verify all in-batch edits saved; all notes appended to `consolidation_notes.md`.1072. Finalize Worker Output file: per-file verdicts (verified / unverified / consolidated),108 shared-document correction list, archival-eligibility notes, status "[x] Completed".1093. Use `<attempt_completion>`.110111CRITICAL FOR WORKER: No `default-rules.md` changes. No archiving/deleting. No112`ask_followup_question`. Shared-document corrections are reported, not applied.113114## II. Quick Reference (Worker Focus)115116**Workflow:** W.1 Initialize (parse batch, create Output file) → W.2 Execute type117(A: verify+extract tasks / B: review plans / C: consolidate trackers / D: changelog reorg /118E: journal refinement / F: HDTA update) → W.3 Finalize + `<attempt_completion>`.119120**Key Outputs:** Worker Output file, appended `consolidation_notes.md`, in-batch file121status updates, reported corrections for Dispatcher-owned documents.122123## III. Flowchart (Worker Focus)124125```mermaid126graph TD127 subgraph Worker Instance128 CW_Start(Dispatcher Message) --> CW_Init[W.1: Parse batch, create Output file];129 CW_Init --> CW_Exec[W.2: Process every file per Type A-F];130 CW_Exec --> CW_Verify{All files covered?};131 CW_Verify -- No --> CW_Exec;132 CW_Verify -- Yes --> CW_Notes[Append consolidation_notes.md];133 CW_Notes --> CW_End[W.3: Finalize Output, <attempt_completion>];134 end135```136
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-.clinerules/cleanup_consolidation_dispatcher_plugin.md · 762 | Cline rules | buildstylemonorepoagent-behaviour | 54/100 | today | |
| RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-.clinerules/core_prompt(put this in Custom Instructions).md · 762 | Cline rules | lint-formatstylearchui+3 | 73/100 | today | |
| RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-.clinerules/default-rules.md · 762 | Cline rules | style | 24/100 | today | |
| RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-.clinerules/execution_dispatcher_plugin.md · 762 | Cline rules | styledo-notagent-behaviour | 57/100 | today | |
| RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-.clinerules/execution_worker_plugin.md · 762 | Cline rules | style | 50/100 | today | |
| RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-.clinerules/setup_maintenance_plugin.md · 762 | Cline rules | archdependenciesdo-notagent-behaviour | 73/100 | 13 days ago | |
| RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-.clinerules/setup_worker.md · 762 | Cline rules | apido-notagent-behaviour | 61/100 | 14 days ago | |
| RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-.clinerules/strategy_dispatcher_plugin.md · 762 | Cline rules | styledo-notagent-behaviour | 53/100 | today | |
| RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-.clinerules/strategy_worker_plugin.md · 762 | Cline rules | style | 38/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| enuno/unifi-mcp-server.clinerules · 226 | Cline rules | setuptestlint-formatstyle+10 | 96/100 | today | |
| u9401066/pubmed-search-mcp.clinerules/50-pubmed-project.md · 25 | Cline rules | testlint-formatstylearch+1 | 94/100 | 14 days ago | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 14 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 14 days ago | |
| ryok/python-boilerplate.clinerules/common-commands.md · 0 | Cline rules | setupbuildtestlint-format+3 | 90/100 | 13 days ago | |
| gasbasd/mtg-utils.clinerules/01-project-overview.md · 0 | Cline rules | setuptestlint-formatarch | 89/100 | 8 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-project.md · 25 | Cline rules | testlint-formatstylearch+1 | 86/100 | 14 days ago | |
| u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 25 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/rpg-fan-cline-recursive-chain-of-thought-system-crct-clinerules-cleanup-consolidation-worker-plugin)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.