Agent skill
norn
Use when synchronizing tasks into the PennyOne ledger and coordinating bead claim and resolution flow.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/norn
SKILL.md
🔱 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>
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?