Catalog
affaan-m/product-capability

affaan-m

product-capability

Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ECC-native PRD-to-SRS lane instead of vague planning prose.

global
origin:ECC
New~1.1k
v1.2Saved Jul 14, 2026

Product Capability

This skill turns product intent into explicit engineering constraints.

Use it when the gap is not "what should we build?" but "what exactly must be true before implementation starts?"

When to Use

  • A PRD, roadmap item, discussion, or founder note exists, but the implementation constraints are still implicit
  • A feature crosses multiple services, repos, or teams and needs a capability contract before coding
  • Product intent is clear, but architecture, data, lifecycle, or policy implications are still fuzzy
  • Senior engineers keep restating the same hidden assumptions during review
  • You need a reusable artifact that can survive across harnesses and sessions

Canonical Artifact

If the repo has a durable product-context file such as PRODUCT.md, docs/product/, or a program-spec directory, update it there.

If no capability manifest exists yet, create one using the template at:

  • docs/examples/product-capability-template.md

The goal is not to create another planning stack. The goal is to make hidden capability constraints durable and reusable.

Non-Negotiable Rules

  • Do not invent product truth. Mark unresolved questions explicitly.
  • Separate user-visible promises from implementation details.
  • Call out what is fixed policy, what is architecture preference, and what is still open.
  • If the request conflicts with existing repo constraints, say so clearly instead of smoothing it over.
  • Prefer one reusable capability artifact over scattered ad hoc notes.

Inputs

Read only what is needed:

  1. Product intent
    • issue, discussion, PRD, roadmap note, founder message
  2. Current architecture
    • relevant repo docs, contracts, schemas, routes, existing workflows
  3. Existing capability context
    • PRODUCT.md, design docs, RFCs, migration notes, operating-model docs
  4. Delivery constraints
    • auth, billing, compliance, rollout, backwards compatibility, performance, review policy

Core Workflow

1. Restate the capability

Compress the ask into one precise statement:

  • who the user or operator is
  • what new capability exists after this ships
  • what outcome changes because of it

If this statement is weak, the implementation will drift.

2. Resolve capability constraints

Extract the constraints that must hold before implementation:

  • business rules
  • scope boundaries
  • invariants
  • trust boundaries
  • data ownership
  • lifecycle transitions
  • rollout / migration requirements
  • failure and recovery expectations

These are the things that often live only in senior-engineer memory.

3. Define the implementation-facing contract

Produce an SRS-style capability plan with:

  • capability summary
  • explicit non-goals
  • actors and surfaces
  • required states and transitions
  • interfaces / inputs / outputs
  • data model implications
  • security / billing / policy constraints
  • observability and operator requirements
  • open questions blocking implementation

4. Translate into execution

End with the exact handoff:

  • ready for direct implementation
  • needs architecture review first
  • needs product clarification first

If useful, point to the next ECC-native lane:

  • project-flow-ops
  • workspace-surface-audit
  • api-connector-builder
  • dashboard-builder
  • tdd-workflow
  • verification-loop

Output Format

Return the result in this order:

CAPABILITY
- one-paragraph restatement

CONSTRAINTS
- fixed rules, invariants, and boundaries

IMPLEMENTATION CONTRACT
- actors
- surfaces
- states and transitions
- interface/data implications

NON-GOALS
- what this lane explicitly does not own

OPEN QUESTIONS
- blockers or product decisions still required

HANDOFF
- what should happen next and which ECC lane should take it

Good Outcomes

  • Product intent is now concrete enough to implement without rediscovering hidden constraints mid-PR.
  • Engineering review has a durable artifact instead of relying on memory or Slack context.
  • The resulting plan is reusable across Claude Code, Codex, Cursor, OpenCode, and ECC 2.0 planning surfaces.
Files1
1 files · 1.0 KB

Select a file to preview

Overall Score

79/100

Grade

B

Good

Safety

88

Quality

78

Clarity

85

Completeness

72

Summary

This skill guides agents to translate product requirements, roadmap items, and discussions into explicit engineering constraints and implementation-ready capability plans. It creates durable artifacts that expose assumptions, invariants, interfaces, and unresolved decisions before multi-service work begins, enabling consistent planning across sessions and teams.

Detected Capabilities

read product documentsread architecture docsread existing capability contextcreate capability plansstructured output generationconstraint synthesis

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

prd to constraintscapability planningproduct implementationarchitecture requirementsmulti-service handoffresolve product decisions

Use Cases

  • Synthesize PRD into engineering constraints before implementation starts
  • Create reusable product capability contracts for multi-service features
  • Document hidden product assumptions that cause rework during review
  • Generate SRS-style plans that survive across planning tools and sessions
  • Identify architecture, data, and policy implications of product asks
  • Unblock engineering teams by making product intent explicit

Quality Notes

  • Clear, actionable workflow with four concrete steps
  • Explicit non-negotiable rules prevent common planning anti-patterns
  • Specific output format removes ambiguity about deliverable shape
  • Good documentation of inputs and what to read before starting
  • References existing repo patterns (PRODUCT.md, design docs) for real-world anchoring
  • Connects to downstream ECC lanes with clear handoff criteria
  • Addresses common pain point: hidden constraints discovered mid-PR
  • Well-structured section hierarchy with descriptive headings
  • Practical examples of what constitutes 'weak' vs 'strong' capability statements
  • Distinguishes between user-visible promises and implementation details
  • No edge case handling documented (e.g., conflicting product requests, missing context)
  • No explicit error handling guidance for incomplete input or unresolvable conflicts
  • Does not specify how to handle product requests that contradict existing architecture beyond 'say so clearly'
  • Reusability claim is strong but depends on org having standardized capability artifact locations
Model: claude-haiku-4-5-20251001Analyzed: Jul 14, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Version History

v1.2

Content updated

2026-07-14

Latest
v1.1

Content updated

2026-04-20

v1.0

No changelog

2026-04-12

Use affaan-m/product-capability in your dev environment

Command Palette

Search for a command to run...