# Norn

> Use when synchronizing tasks into the PennyOne ledger and coordinating bead claim and resolution flow.

- Skill: `majiayu000/norn` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/norn`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/norn/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/norn

---


# 🔱 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
1. **TASK SYNCHRONIZATION**: Parse `tasks.qmd` and ingest open items into the `norn_beads` database table.
2. **PRIORITY CALCULATION**: Assign bead priority based on vertical position and mission criticality.
3. **BEAD CLAIMING**: Identify and assign the highest priority "OPEN" bead to a requesting agent.
4. **RESOLUTION FLOW**: Mark beads as "RESOLVED" and update `tasks.qmd` checkmarks automatically.

## USAGE
`cstar norn --sync`
`cstar norn --next --agent <id>`
`cstar norn --resolve <bead_id>`

