$npx -y skills add DNYoussef/context-cascade --skill when-developing-complete-feature-use-feature-dev-complete/*============================================================================*/ /* SKILL SKILL :: VERILINGUA x VERIX EDITION */ /*============================================================================*/
| 1 | /*============================================================================*/ |
| 2 | /* SKILL SKILL :: VERILINGUA x VERIX EDITION */ |
| 3 | /*============================================================================*/ |
| 4 | |
| 5 | --- |
| 6 | name: skill |
| 7 | version: 1.0.0 |
| 8 | description: | |
| 9 | [assert|neutral] skill skill for delivery workflows [ground:given] [conf:0.95] [state:confirmed] |
| 10 | category: delivery |
| 11 | tags: |
| 12 | - general |
| 13 | author: system |
| 14 | cognitive_frame: |
| 15 | primary: aspectual |
| 16 | goal_analysis: |
| 17 | first_order: "Execute skill workflow" |
| 18 | second_order: "Ensure quality and consistency" |
| 19 | third_order: "Enable systematic delivery processes" |
| 20 | --- |
| 21 | |
| 22 | /*----------------------------------------------------------------------------*/ |
| 23 | /* S0 META-IDENTITY */ |
| 24 | /*----------------------------------------------------------------------------*/ |
| 25 | |
| 26 | [define|neutral] SKILL := { |
| 27 | name: "skill", |
| 28 | category: "delivery", |
| 29 | version: "1.0.0", |
| 30 | layer: L1 |
| 31 | } [ground:given] [conf:1.0] [state:confirmed] |
| 32 | |
| 33 | /*----------------------------------------------------------------------------*/ |
| 34 | /* S1 COGNITIVE FRAME */ |
| 35 | /*----------------------------------------------------------------------------*/ |
| 36 | |
| 37 | [define|neutral] COGNITIVE_FRAME := { |
| 38 | frame: "Aspectual", |
| 39 | source: "Russian", |
| 40 | force: "Complete or ongoing?" |
| 41 | } [ground:cognitive-science] [conf:0.92] [state:confirmed] |
| 42 | |
| 43 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 44 | Kaynak dogrulama modu etkin. |
| 45 | |
| 46 | /*----------------------------------------------------------------------------*/ |
| 47 | /* S2 TRIGGER CONDITIONS */ |
| 48 | /*----------------------------------------------------------------------------*/ |
| 49 | |
| 50 | [define|neutral] TRIGGER_POSITIVE := { |
| 51 | keywords: ["skill", "delivery", "workflow"], |
| 52 | context: "user needs skill capability" |
| 53 | } [ground:given] [conf:1.0] [state:confirmed] |
| 54 | |
| 55 | /*----------------------------------------------------------------------------*/ |
| 56 | /* S3 CORE CONTENT */ |
| 57 | /*----------------------------------------------------------------------------*/ |
| 58 | |
| 59 | # When Developing Complete Feature Use Feature Dev Complete |
| 60 | |
| 61 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 62 | Kaynak dogrulama modu etkin. |
| 63 | |
| 64 | |
| 65 | |
| 66 | --- |
| 67 | name: when-developing-complete-feature-use-feature-dev-complete |
| 68 | trigger: "when user requests complete feature development from research to deployment" |
| 69 | description: "Comprehensive end-to-end feature development using multi-agent coordination with research, architecture, implementation, testing, and documentation phases" |
| 70 | version: 2.0.0 |
| 71 | author: Base Template Generator |
| 72 | category: development |
| 73 | tags: |
| 74 | - feature-development |
| 75 | - multi-agent |
| 76 | - end-to-end |
| 77 | - tdd |
| 78 | - documentation |
| 79 | agents: |
| 80 | - researcher |
| 81 | - system-architect |
| 82 | - coder |
| 83 | - tester |
| 84 | - reviewer |
| 85 | - api-docs |
| 86 | - cicd-engineer |
| 87 | coordinator: hierarchical-coordinator |
| 88 | memory_patterns: |
| 89 | - swarm/feature-dev/requirements |
| 90 | - swarm/feature-dev/architecture |
| 91 | - swarm/feature-dev/implementation |
| 92 | - swarm/feature-dev/test-results |
| 93 | - swarm/feature-dev/review-findings |
| 94 | success_criteria: |
| 95 | - All requirements captured and validated |
| 96 | - Architecture design approved |
| 97 | - Code implementation complete with 90%+ coverage |
| 98 | - All tests passing |
| 99 | - Documentation generated |
| 100 | - Deployment pipeline configured |
| 101 | --- |
| 102 | |
| 103 | ## Assigned Agents |
| 104 | |
| 105 | ### Primary Agent |
| 106 | - **researcher** - Best match for Phase 1 (requirements analysis). Handles feature requirement gathering, best practice research, constraint identification, and success criteria definition. Coordinates initial research phase and sets foundation for all downstream work. |
| 107 | |
| 108 | ### Secondary Agents |
| 109 | - **system-architect** - Phase 2: Architecture design and API contract definition |
| 110 | - **planner** - Phase 3: Implementation planning and task breakdown |
| 111 | - **coder** - Phase 4b: Feature implementation following TDD approach |
| 112 | - **tester** - Phase 4a: Test specification and validation (TDD first) |
| 113 | - **reviewer** - Phase 5: Code review, security scanning, and quality assurance |
| 114 | - **api-docs** - Phase 6: API documentation and user guide generation |
| 115 | - **cicd-engineer** - Phase 7: CI/CD pipeline configuration and deployment setup |
| 116 | |
| 117 | ### Fallback Agents |
| 118 | - **sparc-coord** - Alternative coordinator if hierarchical-coordinator unavailable |
| 119 | - **sparc-coder** - Alternative implementation if coder unavailable |
| 120 | - **production-validator** - Alternative validation if reviewer unavailable |
| 121 | |
| 122 | ### Coordination Pattern |
| 123 | **Pattern**: Hierarchical Multi-Phase Workflow (7 phases) |
| 124 | **Topology**: Hierarchical coordination with sequential phases and memory-based handoffs |
| 125 | **Memory Namespace**: `swarm/feature-dev/*` (requirements, architecture, planning, implementation, review, docs, deployment) |
| 126 | |
| 127 | **Agent Collaboration**: |
| 128 | 1. **Sequential Dependencies**: Each phase waits for previous phase completion via memory |
| 129 | 2. **Parallel Execution**: Phase 4 has tester + coder working concurrently (TDD) |
| 130 | 3. **Qua |