uHappyLogic

30 mods across 1 repository, 2 stars between them.

uHappyLogic/cairn

Agent Codex

Records one open question's embedded recommendation as its answer in the current milestone's requirements.md, leaving the edit uncommitted for the orchestrator to commit. Invoke with the target question's Short Title as the prompt. Dispatched per-question by the answer-all-open-questions-with-recommendation sweep; not…

2 1mo ago A 75 tokens original MIT

complete-task

02

uHappyLogic/cairn

Agent Codex

Completes a single named task from the current milestone's TASKSTODO.md, verifies success criteria, and updates the task list. Invoke with the task's.

2 1mo ago A 35 tokens original MIT

uHappyLogic/cairn

Agent Codex

Read-only recommendation subagent for a single open question — the non-interactive twin of discuss-open-question. Given one question's Short Title plus context, it grounds in the live project read-only, produces the alternatives + a single recommendation, and returns them as the block's XML sub-elements (one per…

2 1mo ago A 126 tokens original MIT

submit-task

04

uHappyLogic/cairn

Agent Codex

Authors one fully-specified task from a high-level brief and inserts it into the current milestone's TASKSTODO.md at a caller-specified position. Invoked by derive-tasks (bulk); not called directly by the user.

2 1mo ago A 50 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Autonomously sweep the current milestone's requirements for open and deferred questions that already carry an embedded recommendation and record each one's recommendation as its answer — by dispatching the file-editing answer-open-question-with-recommendation agent once per question, strictly sequentially, and…

2 1mo ago A 162 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Record a chosen from an open question's embedded analysis as its answer in the current milestone's requirements.md inline in this conversation, then commit that answer on its own. Use when the recommend sweep has annotated a question with alternatives and you want to accept a specific alternative — named by its id…

2 1mo ago A 91 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Record one open question's embedded recommendation as its answer in the current milestone's requirements.md inline in this conversation, then commit that answer on its own. Use when the recommend sweep has annotated a question with a recommendation and you want to accept and record that recommendation as the decision…

2 1mo ago A 76 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Answer a named open question in the current milestone requirements document, recording the decision and its downstream implications and committing the manual-answer edit.

2 1mo ago A 30 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Use when the user is asking a question about the current milestone rather than trying to change it. Triggers: status checks ("what's done vs still pending?", "what's left and why?"), dependency/ordering questions ("what's blocking task X — is it waiting on something earlier?", "why is it ordered this way?"), recall of…

2 1mo ago A 226 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Distill reusable answering principles from a just-finished milestone's recorded decisions into the project-wide principle store. This is the optional finish-time follow-up that /finish-current-milestone recommends — run it right after finishing a milestone to harvest everything that milestone's manual answers taught.…

2 1mo ago A 191 tokens original MIT

complete-all-tasks

11

uHappyLogic/cairn

Skill Claude CodeCodex

Complete all tasks from the current milestone's TASKSTODO.md one by one, committing after each completed task.

2 1mo ago A 28 tokens original MIT

complete-task

12

uHappyLogic/cairn

Skill Claude CodeCodex

Complete a single named task from the current milestone's TASKSTODO.md inline in this conversation, then move it to TASKSDONE.md. Use for one ad-hoc task you want to stay available to discuss and tweak afterwards.

2 1mo ago A 50 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Create a new milestone directory with initialized requirements.md (Goal filled from the provided description) and empty TASKS files.

2 1mo ago A 30 tokens original MIT

derive-tasks

14

uHappyLogic/cairn

Skill Claude CodeCodex

Convert the current milestone's requirements.md into a complete, dependency-ordered TASKSTODO.md. Decomposes the milestone into high-level task briefs, proves every requirement is covered, then delegates the detailed authoring of each task to the submit-task agent.

2 1mo ago A 56 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Analyze an overall goal description and ask clarifying questions to make the milestone goal crisp, complete, and ready for formal definition.

2 1mo ago A 33 tokens original MIT

discuss-new-task

16

uHappyLogic/cairn

Skill Claude CodeCodex

Clarify a rough or ambiguous issue surfaced mid-flight into one or more clear tasks, then hand off to /submit-task. Use this whenever the user reports a problem, gap, or "we should also..." idea mid-flight but the description is too vague to act on, or whenever they want to talk through an issue before adding it to…

2 1mo ago A 170 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Start a structured conversation about a named open question in the current milestone requirements — surfaces alternatives, trade-offs, and a recommendation to help the user reach a decision.

2 1mo ago A 37 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Mark the current milestone as done — records accomplishments in milestones/README.md, clears the current-milestone pointer to "none" in milestones/README.md, and updates CLAUDE.md only for lasting changes to the project's environment context.

2 1mo ago A 54 tokens original MIT

goto-next-milestone

19

uHappyLogic/cairn

Skill Claude CodeCodex

Activate an already-defined milestone — scans milestones/ for a defined-but-not-yet-active directory and updates milestones/README.md to point to it as the current milestone. Requires finish-current-milestone to have been run first (current pointer must be "none").

2 1mo ago A 58 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

One-time bootstrap for the milestone workflow in a project — creates the milestones/ directory and milestones/README.md with the Current Milestone pointer, and ensures CLAUDE.md carries the Milestone Workflow guidance. Safe to run on an existing project; never overwrites existing files.

2 1mo ago A 63 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Revise the ## Goal of the current milestone's requirements.md when a discussion reveals the goal itself — not just an open question — needs to change. Use when the user wants to reshape, broaden, narrow, or correct the objective of an already-defined milestone (e.g. "the goal should also cover X", "drop Y from the…

2 1mo ago A 146 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Non-interactively sweep the current milestone's requirements for open and deferred questions and annotate each one with an embedded recommendation — alternatives plus a single recommended option — produced by dispatching one read-only recommend-open-question subagent per question. Use this to batch the per-question…

2 1mo ago A 174 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Run a review pass over the current milestone's requirements.md to drive its open-questions loop forward — reconcile the existing question set against what's already been decided (prune blocks an existing decision now covers, dedup repeats), surface genuinely new gaps the latest decisions exposed, and report whether…

2 1mo ago A 197 tokens original MIT

uHappyLogic/cairn

Skill Claude CodeCodex

Analyze the project's existing state and fill the "Relevant starting state" section of a milestone's requirements.md with context that supports future decisions.

2 1mo ago A 36 tokens original MIT