round-housekeeping

Curates verified calibration findings into the site knowledge base after each round's human gate.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/jingtao-lbl/A2MC --skill round-housekeeping-jingtao-lbl
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: round-housekeeping
Source: https://github.com/jingtao-lbl/A2MC/tree/main/.claude/skills/round-housekeeping
Command: npx skills add https://github.com/jingtao-lbl/A2MC --skill round-housekeeping-jingtao-lbl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After a calibration round clears its human gate, nothing in the workflow scheduled the curation of that round's verified findings, staged proposals, script templates, open questions, and provisional bounds into the site knowledge base, so rounds repeatedly lost their lessons and repeated their errors. ## Core Features & Use Cases - Sequenced post-round checklist: Runs seven ordered steps — knowledge curation, proposal promotion or discard, script review, open-questions emission, bound-debt recording, knowledge-base assertions, and state recording — dispatching each to the skill or tool that owns the procedure. - Non-empty knowledge assertions: Verifies all four knowledge stores (experiments, failed_approaches, discoveries, parameters) plus the run ledger are populated where the round produced findings, catching silent curation skips. - Fuller convergence checklist: On a CONVERGED round, adds six campaign-close items including the final reproducible configuration artifact, generalizability promotion, bound-debt discharge, unscored-data reporting, campaign ledger, and residual statement. - Use Case: After a calibration round's gate clears and resolve_next_action() returns close("housekeeping"), run this skill to curate the round's Phase-5-verified findings into use_cases/{Model}_{Case}/memory/gained_knowledge/ before the next Phase 0 begins. ## Quick Start Run the round housekeeping to close out this calibration round and curate its verified findings into the site knowledge base.

Frequently Asked Questions about round-housekeeping

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

FAQPage Schema
How do I close out a calibration round after the human gate?▼

Run the round-housekeeping checklist after the gate clears and before the next Phase 0. It sequences knowledge curation, proposal review, script recording, open-questions emission, bound-debt tracking, and knowledge-base assertions in order.

What is the difference between round housekeeping and the round report?▼

The round report runs before the human gate and summarizes the round; housekeeping runs after the gate and performs the Tier-3 curated writes into the site knowledge base. Curating earlier would place a human-gated write ahead of the gate itself.

Does the housekeeping checklist change when a campaign converges?▼

Yes, convergence adds six items: recording the final reproducible configuration with its input bundle, promoting generalizable discoveries to the model store, discharging or declaring bound debt, reporting against unscored validation data, closing the campaign ledger, and stating the residual.

Why does the knowledge base stay empty after calibration rounds?▼

Because no workflow state scheduled curation — the router sent a cleared gate straight to the next design phase. Housekeeping fixes this by asserting all four stores (experiments, failed_approaches, discoveries, parameters) are non-empty where the round produced findings.

Can I promote all site discoveries to the model knowledge store at once?▼

No, promotion is per discovery with no bulk option. Each promotion requires a rationale, a verified discovery, and is capped at 0.7 confidence, since generalizability beyond one site is a scientific judgement the tool does not automate.