gitgitWi

20 mods across 1 repository, 1 stars between them.

flow

02

gitgitWi/council-flow

Plugin Claude Code

Opinionated multi-step development workflow: kickoff → research → plan → develop → deploy → code-review-brief → review-triage → cleanup. Lightweight visual plans, fast iteration, atomic commits, TDD-first.

1 8d ago A tokens not measured

gitgitWi/council-flow

Instructions file

Claude Code instructions for gitgitWi/council-flow, covering claude.md, what this repo is, architecture: skills + references, not code, working on the plugin itself and what not to do.

1 8d ago A 2,434 tokens

browser-tester

04

gitgitWi/council-flow

Agent

Frontend-only browser QA tier — drive a real browser to verify a web change actually renders, responds to events, and makes the right network calls. Use after a web-frontend change (alongside code review, in parallel) to confirm the UI works in a browser, not just that tests pass. Prefers agent-browser, falls back to…

1 8d ago A 120 tokens

developer

05

gitgitWi/council-flow

Agent

Implement an approved flow plan — work tasks.md top to bottom with a TDD cycle and atomic Conventional Commits, leaving the branch ready for deploy. Use when the plan and task list exist and the user has signed off, and you want the implementation run in a cost-efficient subagent instead of the frontier orchestrator.

1 8d ago A 66 tokens

planner

06

gitgitWi/council-flow

Agent

Turn one framed flow task into a lightweight, visual implementation plan — plan.md (Mermaid-led) plus a tasks.md checklist — before any code is written. Use when you want planning delegated to a fresh frontier-model context instead of running it in the orchestrator. Reads brief.md / research.md if present. Plans; does…

1 8d ago A 70 tokens

react-reviewer

07

gitgitWi/council-flow

Agent

Frontend-only React/Next.js quality reviewer — audits component design for composition and reuse, not just correctness. Use on React changes (alongside code review, in parallel) to catch boolean-prop proliferation, one-off components that should be composed/reused, and design tokens defined top-down instead of from…

1 8d ago A 115 tokens

researcher

08

gitgitWi/council-flow

Agent

Cost-efficient pre-plan investigation subagent — codebase exploration, GitHub issue/PR/commit-history search, or web/library lookups. Fan several out in parallel, one per area, so the frontier orchestrator does not crawl the repo itself. Returns a tight decision-relevant digest, never raw dumps. Read-only.

1 8d ago A 68 tokens

reviewer

09

gitgitWi/council-flow

Agent

In-harness fresh-eyes reviewer of a plan and its implementation (or a diff / PR). Use for a fast local review pass when you do not want to spin up external agents — it complements, and does not replace, the code-review-brief → user-run-external-agents path. Read-only; reports findings, does not fix or post.

1 8d ago A 75 tokens

cleanup

10

gitgitWi/council-flow

Skill Claude CodeCodex

Tear down a finished task's transient resources — kill the dev server / e2e / Playwright processes it started, remove the git worktree, prune stale preview deployments (keeping the last N), and note the cleanup on the parent issue. Use once a task's PR is merged (or abandoned) and you want the workspace and running…

1 8d ago A 131 tokens

code-review-brief

11

gitgitWi/council-flow

Skill Claude CodeCodex

Write the base material for a code review — a "review brief" for a pull request that the USER feeds to their own external agent(s) to post review/comments on GitHub. This skill does NOT perform the review itself and does NOT post comments; it prepares the document a reviewer works from. The flow agent gathers the…

1 8d ago A 174 tokens

commit-pr

12

gitgitWi/council-flow

Skill Claude CodeCodex

The fast commit → push → open-or-update-PR loop, with the standard rules baked in so they never need retyping. Use whenever the user says "commit", "commit and push", "push", "PR 올려", "PR 갱신", "update the PR", or wants the current changes shipped to a pull request. Splits work into atomic Conventional Commits, pushes…

1 8d ago A 139 tokens

deploy

13

gitgitWi/council-flow

Skill Claude CodeCodex

Push the task branch and open a Korean pull request, then ask the user whether to run flow:code-review-brief and, on confirm, run it inline for the new PR. Use this whenever development for a flow task is done and the branch is ready for review. Even when the user says "just open a PR", finish by offering the…

1 8d ago A 89 tokens

develop

14

gitgitWi/council-flow

Skill Claude CodeCodex

Execute the implementation phase of the flow workflow — read tasks.md, pick the next unchecked behavior, write a failing test (when TDD applies), implement until green, commit atomically with conventional commits, and check the box. Use this for any actual code change in a flow task, whether or not a plan exists. Even…

1 8d ago A 111 tokens

kickoff

15

gitgitWi/council-flow

Skill Claude CodeCodex

The single entry point for any flow task — it both frames the work AND sets up the workspace, so there is nothing to call before it. Start here for every new piece of work — a feature, bug fix, debug, chore, refactor, or research question — even a one-line "fix X" or "이거 작업하자". Kickoff figures out the task type…

1 8d ago A 216 tokens

orchestrate

16

gitgitWi/council-flow

Skill Claude CodeCodex

Run the full flow workflow end-to-end — kickoff (framing + setup) → optional research → plan (with optional multi-LLM brainstorming) → develop → deploy → optional cleanup — based on a single task goal from the user. Use this when the user wants to hand off a complete task and let the workflow run, rather than driving…

1 8d ago A 118 tokens

plan

17

gitgitWi/council-flow

Skill Claude CodeCodex

Produce a short, visual plan.md (goal + approach + a Mermaid diagram of the direction) and a concise checklist tasks.md for an upcoming task. Use this whenever the user is about to start a non-trivial change — a feature, multi-file fix, refactor — before any code is written. Even if the user just says "let's start"…

1 8d ago A 155 tokens

quick

18

gitgitWi/council-flow

Skill Claude CodeCodex

The express entry for a task the user judges trivial — skip framing/research/plan and go straight toward develop, but only after a fast sanity check. Use when the user says the work is small and wants speed ("그냥 바로 해줘", "간단한 거니까 바로", "바로 develop", "just do it", "quick fix", "skip the planning"). Quick applies a…

1 8d ago A 0 tokens

research

19

gitgitWi/council-flow

Skill Claude CodeCodex

Investigate codebase context, related projects, and external sources for a task that is large or unfamiliar enough that planning blind would waste effort. Use this when the task crosses modules, touches a subsystem the user has not worked on recently, or depends on external APIs / libraries whose current shape…

1 8d ago A 107 tokens

review-triage

20

gitgitWi/council-flow

Skill Claude CodeCodex

Triage and address code-review feedback on a pull request. Fetches ALL feedback types — review summaries, inline review comments, review threads/discussions, and general PR conversation comments — then assesses each for validity and priority, writes a fix plan, and (after the user approves) applies the fixes as atomic…

1 8d ago A 162 tokens