← ClaudeAtlas

workflow-featurelisted

Use for new projects, features, or major refactoring. Phases: Planning (Req→UX→Test Spec→Dev Plan) → Implementation → QA → Lessons Learned. Auto-retry on failure, unattended.
lklimek/claudius · ★ 1 · AI & Automation · score 71
Install: claude install-skill lklimek/claudius
# Feature Workflow Use for new projects, new/fundamentally modified features, major refactoring. Four phases, MANDATORY and SEQUENTIAL. Never skip, merge, reorder, or run phases in parallel. Within a phase, tasks and sub-phases MAY be combined or parallelized. ## Before You Start Search project and global memories before planning or dispatching agents (MemCan MCP tools — use if available, skip silently if not): 1. `search_memories(query="<topic>", project="<repo>")` — what past sessions learned about this area 2. `get_memories(memory_id="<id>")` — full details of relevant hits ## Unattended Operation Runs without user interaction unless a decision is required. Do NOT pause for confirmation between phases. Accumulate reports and present a single **Final Report** when all phases complete or the workflow cannot proceed. ## Phase 1: Planning Four sequential sub-phases, each producing an artifact consumed by the next. Sub-phases may be combined into fewer agent invocations for small scope, but the concerns must be addressed in order. ### 1a. Requirements → `ux-designer-diziet` Personas, domain knowledge, functional/non-functional requirements, user stories, data needs & processing rules. Validate requirements against each persona. **Artifact**: Requirements document — structured list with acceptance criteria. ### 1b. UX Design → `ux-designer-diziet` User journeys, interaction patterns, UI mocks/wireframes, accessibility, DX planning. Derived from Requirements artifact