sina-sourcea-brain

Judges maintainer ships, enforces registry hygiene, and routes work across SourceA agent roles.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/Noetfield-Systems/SourceA --skill sina-sourcea-brain-noetfield-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sina-sourcea-brain
Source: https://github.com/Noetfield-Systems/SourceA/tree/main/.cursor/skills/sina-sourcea-brain
Command: npx skills add https://github.com/Noetfield-Systems/SourceA --skill sina-sourcea-brain-noetfield-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating multiple AI agent roles (Brain, Worker, Maintainer, Broker) in the SourceA workspace creates confusion about who judges ships, who edits code, and when progress claims are valid. This Skill defines the Brain role's decision boundaries, acceptance checklists, and routing rules so verdicts are based on disk state and script receipts rather than chat memory. ## Core Features & Use Cases - Ship Judging: Apply the ASF JUDGE checklist (disk SSOT match, zero critical bugs, validator PASS, founder law compliance) and emit ACCEPT or REJECT verdicts with a criterion table. - Hygiene Enforcement: Run registry hygiene and honest-status scripts before claiming progress, quoting Valid YES, receipts, or PARTIAL from script output instead of registry flags. - Work Routing: Direct hub UI and API changes to the Maintainer, INBOX turns to the Worker, and research requests to the Agent Hub intake. - Use Case: When a maintainer claims a hub fix is shipped, use this Skill to verify the disk state matches the order, run the validators, and issue a structured ASF JUDGE verdict. ## Quick Start Ask the agent to judge the latest maintainer ship using the ASF JUDGE checklist and quote the validator receipts.

Frequently Asked Questions about sina-sourcea-brain

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

FAQPage Schema
How do I judge a maintainer ship in SourceA?

Run the ASF JUDGE checklist: confirm disk SSOT matches the order, verify find_critical_bugs.py reports zero criticals, check the relevant validate-*-v1.sh script passes, and confirm no Terminal steps appear in instructions. Then issue an ASF JUDGE ACCEPT or REJECT verdict with a criterion table.

How do I route work between Brain, Worker, and Maintainer agents?

Route hub UI, API, and validator changes to the Maintainer chat, INBOX runs and sa drains to the Worker, and research before law changes to the Agent Hub intake. The Brain role only judges, enforces hygiene, and routes; it never edits hub code.

What counts as valid proof of progress in SourceA?

Progress requires quoting Valid YES, receipts, or PARTIAL directly from script output such as the registry hygiene and honest-status scripts. A REGISTRY done flag alone is never sufficient, and healed claims require factory-now plus dual_proof in the same turn.

Can the Brain agent patch the SourceA hub or app.js?

No. The Brain role is read-mostly and forbidden from patching agent-control-panel or sina-command-server.py. All hub and code shipping belongs to the Maintainer role in the SinaaiDataBase chat.

Why must I run hygiene scripts before claiming progress?

Chat memory can diverge from actual disk state, so claims must be grounded in script receipts. Running enforce-registry-hygiene-v1.sh and program-1000-honest-status-v1.py produces verifiable output that the Brain quotes instead of relying on registry flags.