Findings capture
Skill a5c-ai/babysitter/library/methodologies/planning-with-files/skills/findings-capture
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestrationFrom the repository description
npx -y skills add a5c-ai/babysitter --skill findings-captureAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.2 KB, 220 tokens by cl100k_base, as published. Nobody here has run it
Findings Capture
Capture and persist research findings, discoveries, and decision rationale to findings.md.
Agent
Findings Curator - pwf-findings-curator
Workflow
- Initialize findings.md with structured section headers
- Capture findings during execution with timestamps
- Apply 2-Action Rule: persist after every 2 operations
- Record decisions with supporting rationale
- Deduplicate and organize on final flush
- Analyze coverage for verification
Inputs
projectPath- Root path for planning filesphaseName- Current phase namefindings- Array of finding objectsdecisions- Array of decision objects
Outputs
- Updated findings.md with organized, timestamped entries
- Coverage analysis for verification
Process Files
planning-orchestrator.js- Findings initialization and appendingplanning-execution.js- 2-Action Rule batches and final flushplanning-verification.js- Coverage analysis
What ships with it: 1 file
203 B alongside SKILL.md
- README.md203 B