setup-cliban

Solid

Bind a repo to its cliban board — project key, key-referencing policy, branch/worktree convention, and which craft stack (superpowers, mattpocock-skills, plan mode) publishes its specs and plans to cliban. Run once per repo; re-run to change the binding.

AI & Automation 14 stars 1 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
39
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Setup Cliban Scaffold the per-repo binding that every cliban workflow skill — and any third-party craft stack — reads: - **The adapter** — `docs/agents/issue-tracker.md`, declaring cliban as this repo's issue tracker and recording the four bindings (project key, craft stack, key policy, branch convention) - **The pointer** — an `## Agent skills` block in `CLAUDE.md` / `AGENTS.md` so agents find the adapter - **The board** — the cliban project itself, created if missing This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write. ## The division of artifacts (doctrine, not a question) Cliban is for work-lifecycle artifacts; the repo is for knowledge that outlives the work. Write this into the adapter as-is — it is the contract's foundation, not a preference to collect: | Artifact | Home | Why | |---|---|---| | Spec / PRD | issue `## Spec` | scoped to the work | | Implementation plan | issue `## Plan` | nobody needs ticked checkboxes in git history | | Progress, findings, dead ends | issue `## Activity Log` via `issue log` | timeline, not documentation | | Durable reusable lessons | project `## Notes` via search-first round-trip | queryable across sessions | | ADRs, `CONTEXT.md`, domain docs | **the repo**, plaintext, git-tracked | survives contributors, travels with clones | ## Process ### 1. Explore Read whatever exists; don't assume: - **Cliban availability** — probe `cliban --help`. If missing, st...

Details

Author
LioraLabs
Repository
LioraLabs/cliban
Created
3 months ago
Last Updated
3 weeks ago
Language
Rust
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category