← ClaudeAtlas

next-issuelisted

Pick the next issue off a GitHub Projects board — the theme-aligned Todo card assigned to the current user or unassigned — then either (A) emit a ready-to-paste "start it in a new session" prompt, or (B) start it in the current session (scoping- plan comment + board In Progress, pause for OK, then implement → validate → parallel diff review → PR → babysit CI and review threads to green, ending with a plain-words summary of what was done and what to review or test). Use when asked "what's the next issue to work on", for a prompt to start an issue in a new session, or to "start" / "work on" the next issue now.
chalosalvador/claude-workflows · ★ 1 · AI & Automation · score 67
Install: claude install-skill chalosalvador/claude-workflows
# Next issue — start prompt OR start now Decide the **next issue**, then act in one of two modes: - **Mode A — Prompt** (default): write a complete prompt the user pastes into a *fresh* session. Output is the prompt in one copyable code block. Do **not** start implementing. - **Mode B — Start now**: actually begin the issue **in this session**. **Pick the mode from the user's wording** (don't ask): "give me a prompt", "to start in a new session", "draft a prompt" → **Mode A**. "start it", "work on it now", "begin", "let's do it here" → **Mode B**. When genuinely ambiguous, default to **A**. Resolve board, repos, branches and validate commands via [`shared/config.md`](../../shared/config.md). With no board configured, select from `gh issue list` by label and assignee instead. ## Workflow ``` Shared: - [ ] 1. Pick the issue (theme-aligned Todo card, or the issue the user names) - [ ] 2. Identify the repo + workstream - [ ] 3. Research + plan: delegate to `gh-issue-flow:issue-planner` (effort: max) Mode A (Prompt): - [ ] 4A. Fill template.md — every section, repo-specific VALIDATE commands - [ ] 5A. Output the finished prompt in ONE code block Mode B (Start now): - [ ] 4B. Post scoping-plan comment + set board In Progress → PAUSE for the user's OK - [ ] 5B. After OK: branch → spec change (if any) → implement → validate → parallel `gh-issue-flow:diff-reviewer` review → archive → commit → PR → babysit to green - [ ] 6B. End with the PR handoff summary