Skip to main content

26 docs tagged with "workflow"

View all tags

/address-review

Pull all PR review comments (any reviewer), classify each as convergent (a fix) or divergent (a design disagreement), apply convergent ones after sign-off, and escalate divergent ones back to you as questions. Thin wrapper around the address-review skill.

/breakdown

Break a feature / ClickUp parent task / design doc into one or more GitHub issues with the BeWith 6-section template + AI-assigned labels. Thin wrapper around the breakdown skill.

/claude-init

Migrate an existing bewith-dev repo onto the platform β€” scaffold CLAUDE.md + the CI caller, retire legacy .cursor rules (archive then rewrite repo-specific ones into CLAUDE.md), verify the plugin + git hooks load. Worktree-isolated; prepares a reviewable branch, never merges.

/continue

The thirteen-step loop β€” the platform's operational heart. `/continue` runs it step-by-step (pauses between steps by default); `/continue-yolo` runs it autonomously. Steps are addressable β€” `/continue <n>` (single step), `/continue from <n>` (from there onward).

/continue-yolo

The thirteen-step loop run autonomously β€” `/continue` without the between-step pauses. Same steps, policies, and Hard Floor; stops only at the step-6 plan pause and hard gates. Use `/continue` to supervise step by step instead.

/cto-review

Open a CTO-review ticket in the dedicated ClickUp "CTO Review" list, carrying the full handoff package. Title "[Feature name] informative title", tag "cto review". Runs automatically at the end of the product flow via /handoff, or manually on any task that did not come through the flow.

/daily-summary

Produce a ready-to-post summary from mirrored task state. Default β€” a standup digest of the actor's work (shipped/in-review/in-progress/stuck). Pass a task/CU-id for a single-task progress summary. Pass --since 30d/--month/--year for a period accomplishments digest (for a 1:1).

/design-review

Review the UI-design half of the handoff β€” that a Design Doc or UI implementation anchors to the design system (components from COMPONENTS.md, tokens not hex, Code Connect mappings, gaps filed as /add-component) and passes a11y. Invokes design-system + a11y-review + gatekeeper Mode B.

/done

Definition-of-Done gate before a task moves to Done. Invokes process-guardian to confirm CU-id linkage, green verification, no secrets, design-review sign-off, and a clean deploy window β€” blocks the close if anything fails.

/end-session

Walk through end-of-session wrap-up β€” inventory PRs touched, scan memory for stale references, and update memory entries before closing. Thin wrapper around the end-session skill.

/favorite

Favorite (pin) the current Claude Code session so you can reopen it later, across machines. Optional label. Stored in your private GitHub gist via the favorite-session skill.

/favorites

List all your favorited Claude Code sessions and how to reopen each β€” across machines, from your private GitHub gist. Read-only; pair with /open-favorite to reopen one.

/handoff

Validate and execute the Product→R&D handoff at the PRD level. Runs gatekeeper Mode A (Definition of Ready), confirms the PRD is AI-consumable (UI anchored to COMPONENTS.md, copy as text, design reference is code not pixels), flips status to ready-for-rd, and hands to /plan-feature.

/infra

Report this machine's bewith infrastructure β€” node/npm/CLI/plugin versions + health (GH_TOKEN, git hooks). Runs `bewith doctor` and relays it, with the one-line fix for anything missing.

/insight

Capture a "what's missing / what we could change" POC observation into docs/insights/ β€” fast, separate from proposals. Thin wrapper around the insight skill; the 2-3 day review promotes agreed insights to a proposal/ADR/task.

/next-task

Rank my open ClickUp tasks + assigned GitHub Issues by priority β†’ urgency β†’ effort and recommend what to start next. Pass --fits-in Nm/Nh/Nd for "I have X time, what fits?". Read-only; ranking computed in a script. Offers to hand the pick to /continue.

/normalize

R&D-side fallback that turns a raw product exploration (spec + mockup + remarks + ClickUp link) into the canonical PRD when the Cowork normalizer was skipped. Thin wrapper over the prd-writer agent; the resulting PRD is a draft the product owner must review and own.

/open-favorite

Reopen one favorited Claude Code session by id or label. On macOS opens a new Terminal running claude --resume in the right directory; otherwise prints the command. Uses the favorite-session skill.

/plan-feature

Drive the architect to turn a PRD into a complete, reviewable Design Doc β€” researches the codebase and writes the full doc (TL;DR, API/schema/components, task breakdown with effort sizes), iterating on open questions. Not a skeleton.

/pr-review

Run a structured pre-merge review on a PR. Invokes code-reviewer over the ten-point checklist (architecture, tests, contracts, secrets, backward-compat, PR size, auth, deps, CLAUDE.md, overengineering) and routes domain-specific findings to the owning specialist.

/pre-planning

Review and update story points for your open tasks in a ClickUp sprint before a planning session. Resolves the sprint list + the Story-points field by name (no hardcoded ids), walks each assigned open task one at a time, and ends with a total. Read-then-update; never bulk-edits silently.

/sessions

Show every concurrent Claude session on this machine β€” surface, branch, cwd, files touched, age, live/stale, branch+dir collisions, and which sessions are waiting on me. Read-only situational awareness across sessions; opens a live HTML dashboard on request.

/status

Show my open work grouped by urgency β€” ClickUp tasks and GitHub Issues/PRs assigned to me, with state, blockers, and the suggested next action for each. A read-only situational snapshot, no mutations.

/unfavorite

Remove a favorited Claude Code session (un-favorite). Defaults to the current session, or pass an id/label. Updates your private GitHub gist via the favorite-session skill.

/verify

Run the repo's full local verification β€” lint + typecheck + tests + build (+ contract checks where they apply). The /continue step-9 gate as a standalone command; fixes small in-scope failures, escalates the rest.

decision

Record a discussion that reached decisions as a durable ADR or Decision log entry, then offer to break its action items into tasks. Thin wrapper around the decision-record skill.