From devflow
Fetches an issue from the configured tracker (Jira, GitLab, or GitHub), analyzes its requirements, and assesses feasibility against the current codebase. This is the first step in the DevFlow build workflow. Use this when starting work on an issue.
npx claudepluginhub joshuarweaver/cascade-code-general-misc-4 --plugin codingthefuturewithai-claude-code-primitivesThis skill is limited to using the following tools:
I'll fetch the issue and analyze if the work is already done or conflicts exist.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
I'll fetch the issue and analyze if the work is already done or conflicts exist.
Issue: $ARGUMENTS
Use the build-ops skill to:
devflow-config.mdThe build-ops skill handles all backend-specific operations (Jira, GitLab, GitHub)
and enforces parameter validation. See skills/build-ops/SKILL.md.
Store the returned issue details for use in subsequent steps.
Issue Summary:
Requirements: [Key acceptance criteria and objectives]
Searching codebase to determine if work is already done...
Search Strategy:
Feasibility Assessment:
[Provide one of these outcomes]:
β Not Implemented
π Partially Implemented
β Fully Implemented
β οΈ Conflicts Detected
Based on the feasibility analysis above, decide next steps:
If ready to proceed:
Standard workflow:
/devflow:build:plan-issue $ARGUMENTS
OR with Test-Driven Development:
/devflow:build:plan-issue --tdd $ARGUMENTS
TDD mode will:
If partially done or conflicts exist: Discuss approach with team first
If fully implemented: Close or update issue
βΈοΈ Stopped - Choose your next step above and run the appropriate command
Tip: Before moving to planning,
/playgroundcan generate an interactive code map of this codebase β useful for understanding what you're working with before committing to a plan.