🔱 NORN TASK COORDINATION SKILL (v1.0)
When to Use
- Use when synchronizing tasks into the PennyOne ledger and coordinating bead claim and resolution flow.
MANDATE
Manage the Ledger of the Norns by synchronizing project tasks with the PennyOne database and generating executable "Beads" for Raven Wardens.
LOGIC PROTOCOL
- TASK SYNCHRONIZATION: Parse
tasks.qmdand ingest open items into thenorn_beadsdatabase table. - PRIORITY CALCULATION: Assign bead priority based on vertical position and mission criticality.
- BEAD CLAIMING: Identify and assign the highest priority "OPEN" bead to a requesting agent.
- RESOLUTION FLOW: Mark beads as "RESOLVED" and update
tasks.qmdcheckmarks automatically.
USAGE
cstar norn --sync
cstar norn --next --agent <id>
cstar norn --resolve <bead_id>