Skip to content
Skillv1.0.0

implementation-workflow

Use when turning PRDs or feature specs into actionable implementation workflows - provides structured task decomposition, dependency mapping, and validation gates.

by nickcrew(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from nickcrew/claude-cortex (skills/implementation-workflow/SKILL.md). Install upstream with npx skills add nickcrew/claude-cortex --skill implementation-workflow. Copyright stays with the author.

Implementation Workflow

Overview

Create structured implementation workflows from PRDs or feature requirements. Emphasize clear task breakdowns, dependencies, and validation checkpoints.

When to Use

  • Translating a PRD or feature spec into tasks
  • Planning multi-domain implementation work
  • Defining validation gates and dependencies

Avoid when:

  • The task is a small, obvious change
  • You already have a complete plan

Quick Reference

Task Load reference
Workflow generation skills/implementation-workflow/references/workflow.md

Workflow

  1. Read the PRD/spec and identify core requirements.
  2. Load the workflow reference for structure and patterns.
  3. Decompose into workstreams with dependencies.
  4. Add validation steps and risk mitigation.
  5. Deliver the workflow and next actions.

Output

  • Structured workflow with tasks and dependencies
  • Validation checklist and risks

Common Mistakes

  • Skipping dependency mapping
  • Mixing execution steps with brainstorming
  • Omitting validation gates

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/nickcrew-claude-cortex-implementation-workflow/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

nickcrew-claude-cortex-implementation-workflow.ocm.jsonjson
{
  "ocm": "1",
  "id": "nickcrew-claude-cortex-implementation-workflow",
  "kind": "skill",
  "name": "implementation-workflow",
  "description": "Use when turning PRDs or feature specs into actionable implementation workflows - provides structured task decomposition, dependency mapping, and validation gates.",
  "publisher": "nickcrew",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "prd",
      "feature-spec",
      "implementation-plan",
      "implementation-workflow",
      "plan-implementation",
      "task-breakdown",
      "workflow-plan",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use when turning PRDs or feature specs into actionable implementation workflows - provides structured task decomposition, dependency mapping, and validation gates."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/nickcrew/claude-cortex",
      "path": "skills/implementation-workflow/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/nickcrew/claude-cortex/blob/HEAD/skills/implementation-workflow/SKILL.md",
      "key": "nickcrew/claude-cortex/skills/implementation-workflow/SKILL.md"
    }
  },
  "instructions": "# Implementation Workflow\n\n## Overview\nCreate structured implementation workflows from PRDs or feature requirements. Emphasize clear task breakdowns, dependencies, and validation checkpoints.\n\n## When to Use\n- Translating a PRD or feature spec into tasks\n- Planning multi-domain implementation work\n- Defining validation gates and dependencies\n\nAvoid when:\n- The task is a small, obvious change\n- You already have a complete plan\n\n## Quick Reference\n\n| Task | Load reference |\n| --- | --- |\n| Workflow generation | `skills/implementation-workflow/references/workflow.md` |\n\n## Workflow\n1. Read the PR",
  "cost": {
    "context_tokens": 262
  }
}

Fetch it by URL: GET /api/v1/registry/nickcrew-claude-cortex-implementation-workflow/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.