From context-cascade
Executes complete feature development lifecycle: research best practices with Gemini Search, architecture design, Codex prototyping, testing, documentation, and deployment.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-cascade:feature-dev-completeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
/*============================================================================*/
examples/example-1-auth-feature.mdexamples/example-2-payment-integration.mdexamples/example-3-search-functionality.mdmanifest.jsonresources/scripts/feature-workflow.jsresources/scripts/metrics-collector.jsresources/scripts/quality-validator.jsresources/scripts/readme.mdresources/scripts/stage-executor.jsresources/templates/deployment-checklist.mdresources/templates/feature-specification.mdresources/templates/test-plan.mdtests/quality-validation.test.jstests/stage-execution.test.jstests/workflow-integration.test.js/============================================================================/ /* FEATURE-DEV-COMPLETE SKILL :: VERILINGUA x VERIX EDITION / /============================================================================*/
name: feature-dev-complete version: 1.1.0 description: | [assert|neutral] Complete feature development lifecycle from research to deployment. Uses Gemini Search for best practices, architecture design, Codex prototyping, comprehensive testing, and documentation generation. [ground:given] [conf:0.95] [state:confirmed] category: delivery tags:
/----------------------------------------------------------------------------/ /* S0 META-IDENTITY / /----------------------------------------------------------------------------*/
[define|neutral] SKILL := { name: "feature-dev-complete", category: "delivery", version: "1.1.0", layer: L1 } [ground:given] [conf:1.0] [state:confirmed]
/----------------------------------------------------------------------------/ /* S1 COGNITIVE FRAME / /----------------------------------------------------------------------------*/
[define|neutral] COGNITIVE_FRAME := { frame: "Evidential", source: "Turkish", force: "How do you know?" } [ground:cognitive-science] [conf:0.92] [state:confirmed]
Kaynak dogrulama modu etkin.
/----------------------------------------------------------------------------/ /* S2 TRIGGER CONDITIONS / /----------------------------------------------------------------------------*/
[define|neutral] TRIGGER_POSITIVE := { keywords: ["feature-dev-complete", "delivery", "workflow"], context: "user needs feature-dev-complete capability" } [ground:given] [conf:1.0] [state:confirmed]
/----------------------------------------------------------------------------/ /* S3 CORE CONTENT / /----------------------------------------------------------------------------*/
Kaynak dogrulama modu etkin.
Kazhdyy etap razvertyvaniya (Each stage of deployment):
Track each stage with explicit state markers:
Transition Protocols:
Validation Checkpoints: Each transition requires evidence:
EPIC: [Feature Name]
|
+-- STORY: User story 1 (Business value)
|
+-- TASK: Implementation task 1
|
+-- SUBTASK: Atomic work item 1.1
+-- SUBTASK: Atomic work item 1.2
|
+-- TASK: Implementation task 2
|
+-- SUBTASK: Atomic work item 2.1
|
+-- STORY: User story 2 (Business value)
|
+-- TASK: Implementation task 3
Each 12-stage workflow maps to hierarchical levels:
| Stage | Hierarchy Level | Example |
|---|---|---|
| 1-2 (Research) | EPIC planning | Define feature scope |
| 3-5 (Architecture) | STORY breakdown | User stories + design |
| 6-8 (Implementation) | TASK execution | Code, test, fix |
| 9-11 (Quality) | SUBTASK refinement | Polish, docs, security |
| 12 (Production) | EPIC completion | Deploy, validate |
/----------------------------------------------------------------------------/ /* S4 SUCCESS CRITERIA / /----------------------------------------------------------------------------*/
[define|neutral] SUCCESS_CRITERIA := { primary: "Skill execution completes successfully", quality: "Output meets quality thresholds", verification: "Results validated against requirements" } [ground:given] [conf:1.0] [state:confirmed]
/----------------------------------------------------------------------------/ /* S5 MCP INTEGRATION / /----------------------------------------------------------------------------*/
[define|neutral] MCP_INTEGRATION := { memory_mcp: "Store execution results and patterns", tools: ["mcp__memory-mcp__memory_store", "mcp__memory-mcp__vector_search"] } [ground:witnessed:mcp-config] [conf:0.95] [state:confirmed]
/----------------------------------------------------------------------------/ /* S6 MEMORY NAMESPACE / /----------------------------------------------------------------------------*/
[define|neutral] MEMORY_NAMESPACE := { pattern: "skills/delivery/feature-dev-complete/{project}/{timestamp}", store: ["executions", "decisions", "patterns"], retrieve: ["similar_tasks", "proven_patterns"] } [ground:system-policy] [conf:1.0] [state:confirmed]
[define|neutral] MEMORY_TAGGING := { WHO: "feature-dev-complete-{session_id}", WHEN: "ISO8601_timestamp", PROJECT: "{project_name}", WHY: "skill-execution" } [ground:system-policy] [conf:1.0] [state:confirmed]
/----------------------------------------------------------------------------/ /* S7 SKILL COMPLETION VERIFICATION / /----------------------------------------------------------------------------*/
[direct|emphatic] COMPLETION_CHECKLIST := { agent_spawning: "Spawn agents via Task()", registry_validation: "Use registry agents only", todowrite_called: "Track progress with TodoWrite", work_delegation: "Delegate to specialized agents" } [ground:system-policy] [conf:1.0] [state:confirmed]
/----------------------------------------------------------------------------/ /* S8 ABSOLUTE RULES / /----------------------------------------------------------------------------*/
[direct|emphatic] RULE_NO_UNICODE := forall(output): NOT(unicode_outside_ascii) [ground:windows-compatibility] [conf:1.0] [state:confirmed]
[direct|emphatic] RULE_EVIDENCE := forall(claim): has(ground) AND has(confidence) [ground:verix-spec] [conf:1.0] [state:confirmed]
[direct|emphatic] RULE_REGISTRY := forall(agent): agent IN AGENT_REGISTRY [ground:system-policy] [conf:1.0] [state:confirmed]
/----------------------------------------------------------------------------/ /* PROMISE / /----------------------------------------------------------------------------*/
[commit|confident] FEATURE_DEV_COMPLETE_VERILINGUA_VERIX_COMPLIANT [ground:self-validation] [conf:0.99] [state:confirmed]
npx claudepluginhub singuliodev/context-cascadeWires commands, agents, and skills for multi-phase feature development with research, planning, implementation, and review phases.
Manages a 4-phase feature development workflow for building major features, including research, implementation, progress tracking, and status checks.
Guides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.