flow-deliver

Featured

Multi-AI validation, scoring, and review using available external providers (Double Diamond Deliver phase)

AI & Automation 3,887 stars 365 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

{{PREAMBLE}} ## Pre-Delivery: State Check Before starting delivery: 1. Read `.octo/STATE.md` to verify Develop phase complete 2. Update STATE.md: - current_phase: 4 - phase_position: "Delivery" - status: "in_progress" ```bash # Verify Develop phase is complete if [[ -f ".octo/STATE.md" ]]; then develop_status=$("${HOME}/.claude-octopus/plugin/scripts/octo-state.sh" get_phase_status 3) if [[ "$develop_status" != "complete" ]]; then echo "⚠️ Warning: Develop phase not marked complete. Consider completing development first." fi fi # Update state for Delivery phase "${HOME}/.claude-octopus/plugin/scripts/octo-state.sh" update_state \ --phase 4 \ --position "Delivery" \ --status "in_progress" ``` --- ## ⚠️ EXECUTION CONTRACT (MANDATORY - CANNOT SKIP) This skill uses **ENFORCED execution mode**. You MUST follow this exact sequence. ### STEP 1: Detect Work Context (MANDATORY) Analyze the user's prompt and project to determine context: **Knowledge Context Indicators**: - Document terms: "report", "presentation", "PRD", "proposal", "document", "brief" - Quality terms: "argument", "evidence", "clarity", "completeness", "narrative" **Dev Context Indicators**: - Code terms: "code", "implementation", "API", "endpoint", "function", "module" - Quality terms: "security", "performance", "tests", "coverage", "bugs" **Also check**: What is being reviewed? Code files -> Dev, Documents -> Knowledge **Capture context_type = "Dev" or "Knowledge"** #### Step 1b...

Details

Author
nyldn
Repository
nyldn/claude-octopus
Created
6 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category