woos-feature-design
Create implementation-ready feature technical design after PRD, roadmap, and architecture are available.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create implementation-ready feature technical design after PRD, roadmap, and architecture are available.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Transform product requirements into a focused UI/UX design brief with screens, flows, visual direction, and optional image-generation concepts. Bridge between product thinking and implementation.
Stage 3 of idea-to-delivery: gated engineering workflow that receives PRD, roadmap, and architecture inputs, decomposes into stories, and executes with TDD, traceability, and review gates.
Planning and decomposition review skill adapted from ECC planner agent. Covers story-set review (Gate 2) and planning consults for upstream skills. PRD-quality review is NOT in scope — that is owned by `woos-product-prd-review-gate`.
Produce a lean story plan (table) for the Gate 3 execution loop — execution order plus diff scope per story. PRD AC is the spec; tests are the verification. No per-story prose documents.
Resolve multi-agent review conflicts with explicit authority matrix, evidence weighting, and escalation criteria.
Architecture review and design skill adapted from ECC architect agent. Use for design validation, trade-off analysis, and system-level decisions.
| name | woos-feature-design |
| description | Create implementation-ready feature technical design after PRD, roadmap, and architecture are available. |
| version | 2.0.0 |
| author | Hermes Profile |
| license | MIT |
Produce a technical design artifact that is precise enough for TDD and implementation.
woos-architect with mode: author to produce/revise the design.woos-product-planner with mode: planning to validate decomposition and sequencing.NOT_RUN and stop.BLOCKED and stop.woos-architect (and woos-product-planner when invoked) MUST be dispatched as a separate agent instance with fresh context (e.g., via task/spawn tool). In-context skill injection where the same LLM session plays the reviewer role is NOT a valid invocation.invocation_evidence MUST include dispatch_mode: "fresh_context". Any other value is invalid and MUST return BLOCKED.docs/engineering/<version>/<feature-id>-design.md (or project convention)PASS | REQUEST_CHANGES | NOT_RUN | BLOCKEDdesign_owner: woos-architectreview_dependencies (e.g., product-planner for complex scope)baseline_compliance_status: PASS | REQUEST_CHANGESdeviation_detected: true|falsedeviation_adr_path (required when deviation_detected=true)approval_ref (required when deviation_detected=true)unconfirmed_constraints_frozen: true|falsedocs/adr/ADR-*.md.approval_ref MUST return REQUEST_CHANGES.unconfirmed_constraints_frozen=true, return REQUEST_CHANGES.