resources/skills/x-epic-create/SKILL.md
Creates a focused Epic artifact from a Feature markdown, preserving lineage and RNFs.
npx skillsauth add edercnj/claude-environment x-epic-createInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a single Epic markdown artifact from an existing Feature artifact. This focused skill is the Product-First complement to x-create-feature: it materializes only the Feature → Epic step, preserving Source Feature, inheriting RNFs from the Product / Capability / Feature chain, and intentionally omitting sections 2, 4, and 8 of the generic epic template because that context is already owned upstream in the chain.
EPIC-0077 semantic reintroduction:
x-epic-createwas hard-cut in EPIC-0065 when the generic public epic generator moved behindx-internal-create-epic. It is reintroduced here with a narrower responsibility: Feature-derived epic generation only. It is not a legacy alias.
x-internal-create-epic for Feature → EpicRead before starting:
.claude/templates/_TEMPLATE-EPIC.md.claude/skills/planning-standards-kp/SKILL.md — mandatory RA9 source of truth.claude/skills/x-internal-create-epic/SKILL.mdIf the feature source cannot be resolved, stop with a validation error.
--from-feature:
ai/**.--capability-file and --product-file to enrich RNF inheritance.4 digits, default 0001).ai/epics/epic-<ID>-<slug>/epic-<ID>.md.Source FeatureSource Feature Link## 0.6 Inherited RNFs## 1, ## 3, ## 5, ## 6, ## 7, ## 9## 2, ## 4, ## 8 for Feature-derived epics.| Parameter | Required | Description |
| :--- | :--- | :--- |
| --from-feature <feature-file\|feature-id> | Yes | Feature markdown source |
| --capability-file <path> | No | Capability markdown used to enrich inherited RNFs |
| --product-file <path> | No | Product markdown used to extend inherited RNFs |
| --epic-id <NNNN> | No | Epic identifier (default 0001) |
| --output-dir <path> | No | Base output dir (default ai/epics) |
| --dry-run | No | Validate inputs without writing files |
x-create-feature remains the full orchestrator for Feature → Epic + Stories + Map.x-epic-create is the focused public wrapper for Feature → Epic only.x-internal-create-epic when orchestrated by another planning skill.tools
Documentation automation v2: stack-aware generation from documentation.targets.
development
Generates or updates CI/CD pipelines per project stack with actionlint validation.
tools
Generates ADRs from architecture-plan mini-ADRs with sequential numbering and index update.
development
Formats source code; first step of the pre-commit chain (format -> lint -> compile).