What problem does it solve?
This Skill helps legacy users generate a Product Requirements Document (PRD) intent while preserving existing invocation compatibility after the workflow was consolidated into a newer skill.
Core Features & Use Cases
- Deprecated Compatibility Forwarder: Maintains support for the
harness-create-prd name and related legacy customization override files so existing agent setups keep working.
- Customizations Resolution & Injection: Resolves legacy fields from
_harness/custom/harness-create-prd.toml and .user.toml, then forwards the resolved activation steps and persistent facts into the new workflow.
- Intent Forwarding: Forces create-intent behavior by invoking
harness-prd with a pre-set intent and verbatim original user input, avoiding duplicate intent detection.
- Use Case: A team previously configured
_harness/custom/harness-create-prd.toml for PRD generation; after upgrading, they can continue using the old skill name while the system routes execution to harness-prd.
Quick Start
Invoke harness-create-prd to forward the request to harness-prd with create intent, preserving any legacy overrides found in _harness/custom/harness-create-prd.toml.