โ† All creators

Jei-sKappa

User

๐Ÿœ Discussion-driven development for AI agents: reach decisions through open-ended discussion, then thread them into spec, plan, and implementation as reviewable on-disk artifacts.

30 indexed ยท 0 Featured ยท 0 stars ยท avg score 69
Prolific

Categories

Indexed Skills (30)

AI & Automation Listed

discussion

Conduct an open-ended interview that discovers decision points live and records each settled decision to the thread's decision log โ€” use when the user wants to think a topic through without knowing every question up front.

0 Updated today
Jei-sKappa
AI & Automation Listed

open-thread

Open a durable thread on disk from a rough idea and an optional tracker ticket โ€” use when a unit of work needs a home before any proposal, spec, or plan exists.

0 Updated today
Jei-sKappa
AI & Automation Listed

open-ticket

Turn a rough idea into a tracker ticket whose body reads as a thread's genesis narrative, marked so it is recognizable as ready to work from โ€” use when an idea should be captured in the tracker rather than started now.

0 Updated today
Jei-sKappa
DevOps & Infrastructure Listed

resolve-pending-decisions

Settle the thread's queued pending decisions interactively and record the outcomes โ€” use when a queue of pending-decision bundles is waiting for a human to work through their open questions and turn each settled choice into a durable decision record.

0 Updated today
Jei-sKappa
AI & Automation Listed

archive-thread

Relocate a thread into docs/threads/archive/ so the active docs/threads/ listing shows only live work; use when the user explicitly asks to archive a finished or abandoned thread.

0 Updated today
Jei-sKappa
AI & Automation Listed

finish

Inspect what a thread has produced, surface any unresolved delivery signals, then hand the current branch off the way the user chooses โ€” create a PR, merge into a confirmed target, or leave as-is; use when work is ready to deliver and you want an evidence-backed branch handoff.

0 Updated today
Jei-sKappa
Web & Frontend Listed

whats-next

Read a thread's observable state, then advise plausible next actions without inferring hidden operations or writing anything; use when you want a quick, evidence-based read on where a thread stands and what to do next.

0 Updated today
Jei-sKappa
AI & Automation Listed

implement-plan-with-subagents

Execute a strict multi-file plan artifact โ€” a thread-root `plan.md` index plus its `plan-tasks/` briefs โ€” through an implementer and a merged two-lane reviewer subagent loop with per-cycle commits; use when a plan needs the heavier review path and the runtime supports subagents.

0 Updated today
Jei-sKappa
AI & Automation Listed

implement-plan

Execute a strict multi-file plan artifact โ€” a thread-root `plan.md` index plus its `plan-tasks/` briefs โ€” end-to-end on the current working tree, reading the index then each task file in order, self-reviewing after each task, and auto-committing per task; use when a plan needs to be carried to working code in a single agent.

0 Updated today
Jei-sKappa
AI & Automation Listed

implement

Implement a brief plan or a less-structured input (`plan.md`, a seed with its decisions, a code or issue reference, or a raw prompt) end-to-end on the current working tree, deriving implicit tasks, self-reviewing after each task, and auto-committing per task; use when the input needs to be carried to working code in a single agent.

0 Updated today
Jei-sKappa
Code & Development Listed

merge-artifacts

Reconcile two or more competing candidate drafts of one artifact into a single canonical thread-root artifact, folding every candidate's unique content and queueing any genuine design divergence that needs a human decision; use when a multi-draft bake-off must be collapsed into one artifact.

0 Updated today
Jei-sKappa
AI & Automation Listed

plan-brief

Turn a thread's durable inputs or a referenced artifact into a one-screen plan.md at a thread root โ€” an outcome, a small ordered list of steps, and overall verification; use when lightweight work needs a sensible implementation order without the ceremony of a full multi-file plan.

0 Updated today
Jei-sKappa
AI & Automation Listed

plan-strict

Turn a spec, proposal, decisions, GitHub issue, or raw prompt into a strict-granularity plan โ€” a thread-root plan.md index plus one dispatchable brief per task under plan-tasks/, each with explicit substeps, files modified, verification, and acceptance criteria; use when the downstream implementer is agent-leaning and needs a prescriptive plan.

0 Updated today
Jei-sKappa
AI & Automation Listed

allocate-thread

Use only when an invoking caller supplies a complete caller-authorization block for a new thread and a normalized thread folder must be allocated โ€” create `docs/threads/<YYMMDDHHMMSSZ-slug>/`, write `seed.md` from the supplied fields, and eagerly create a header-only `decisions.md`.

0 Updated today
Jei-sKappa
AI & Automation Listed

append-roadmap-feedback

Use only when an invoking caller supplies a descendant-thread discovery carrying parent- or sibling-level impact together with its parent roadmap reference, and that discovery must be appended as the next record in the parent thread's `roadmap-feedback.md`.

0 Updated today
Jei-sKappa
DevOps & Infrastructure Listed

emit-pending-decisions

Use only when an invoking caller supplies open human decisions with their producing context and needs them queued as a `.pending-decisions/` bundle for a human to settle later; never for defects, observations, or report material โ€” only genuine open human decisions.

0 Updated today
Jei-sKappa
Code & Development Listed

emit-pending-review

Use only when an invoking caller supplies already-validated, evidenced review findings for a target and needs them recorded for later attention โ€” allocate a uniquely named bundle under the active thread's `.pending-reviews/` folder and write its routing header and severity-ordered findings.

0 Updated today
Jei-sKappa
Data & Documents Listed

update-implementation-report

Use only when an invoking caller supplies a verified current implementation outcome and the thread's singleton `implementation-report.md` must be created or merged in place to describe that outcome.

0 Updated today
Jei-sKappa
AI & Automation Listed

propose

Turn a rough prompt or referenced artifact into a freeform, direction-setting proposal.md at a thread root; use when a unit of work needs its direction sketched and written down before it is specified.

0 Updated today
Jei-sKappa
DevOps & Infrastructure Listed

reconcile-plan

Make a thread's strict plan โ€” its plan.md index and plan-tasks/ briefs โ€” faithfully executable against the spec that governs it, repairing plan faults in place and queueing anything that needs a fresh human decision; use when a plan should be made to satisfy its spec.

0 Updated today
Jei-sKappa
DevOps & Infrastructure Listed

reconcile-proposal

Align a thread-root proposal.md with the decisions that govern it โ€” correcting supported discrepancies in place and queueing anything that needs a fresh human decision; use when a proposal should be made faithful to its thread's established intent.

0 Updated today
Jei-sKappa
DevOps & Infrastructure Listed

reconcile-roadmap

Make a thread-root roadmap.md and its decomposition faithful to the decisions that govern the thread โ€” correcting contradictions, adding omitted decisions, removing unsupported commitments, repairing incomplete child briefs, and queueing any decomposition change that alters human intent; use when a roadmap should be brought back in line with its thread's established intent.

0 Updated today
Jei-sKappa
Testing & QA Listed

reconcile-spec

Make a thread-root spec.md a lossless, additive-free expression of the decisions that govern it โ€” adding omitted decisions, correcting contradictions, removing invented commitments, and queueing anything that needs a fresh human decision; use when a spec should be made faithful to its thread's established intent.

0 Updated today
Jei-sKappa
Code & Development Listed

review-code

Judge code on its own intrinsic merits โ€” quality, safety, idioms, and testability โ€” anchored to the thread's durable intent only where intent decides what "right" means, reviewing strictly read-only and recording any findings as a single pending-review bundle; use when code needs a quality review.

0 Updated today
Jei-sKappa
Code & Development Listed

review-implementation

Check delivered work against the thread's durable intent and confirm the implementation report honestly describes what exists โ€” reviewing strictly read-only and recording any findings as a single pending-review bundle; use when an implementation needs a fidelity review before it is accepted.

0 Updated today
Jei-sKappa
Code & Development Listed

review-roadmap

Read a thread-root roadmap.md as a decomposition handoff and judge whether each child brief could become an independently executable thread without inventing intent, reporting any findings as a single pending-review bundle; use when a roadmap should be checked for handoff readiness before its children are materialized.

0 Updated today
Jei-sKappa
Code & Development Listed

review-spec

Read a thread-root spec.md as a downstream handoff and judge whether another agent could plan and implement from it without hidden conversational context, reporting any findings as a single pending-review bundle; use when a spec should be checked for planning readiness before downstream work.

0 Updated today
Jei-sKappa
AI & Automation Listed

materialize-roadmap-threads

Turn a roadmap's child briefs into child threads idempotently โ€” create a thread for each brief that has no materialized reference, skip and verify the ones that do, and stamp each new thread's reference back into its brief; use when a roadmap.md is settled and its children need opening on disk.

0 Updated today
Jei-sKappa
AI & Automation Listed

roadmap

Decompose a settled larger initiative into self-contained child-thread briefs โ€” author a thread-root roadmap.md and an eager roadmap-feedback.md โ€” creating no child threads; use when a thread's direction is agreed and needs breaking into independently executable children.

0 Updated today
Jei-sKappa
Testing & QA Listed

spec

Forward-design a thread's durable inputs (seed, decisions, an optional proposal) or a referenced artifact into a handoff-grade spec.md at a thread root; use when an upstream input needs designing into a complete spec a downstream planner or implementer can build from.

0 Updated today
Jei-sKappa

Bio shown is the top-scored skill's repo description as a fallback โ€” real GitHub bios land in a future update.