Prompt file imported from igorbolognani/METREV (
.github/prompts/start-feature.prompt.md). Fill in{{input}}before use. Copyright stays with the author.
Start a new feature in this repository using the internal workflow.
Task: {{input}}
Work in this order:
- choose the recommended feature slug and feature folder path
- choose the recommended branch name
- identify the required durable artifacts to create from
specs/_templates/ - identify optional artifacts and the trigger conditions for each one
- identify the source-of-truth files that constrain the feature
- create or update the feature folder and durable artifacts when asked to scaffold them
- finish with a bootstrap checklist and any blockers
Constraints:
- Use
docs/internal-feature-workflow.mdandspecs/_templates/as the maintained root workflow surface. - Do not rely on external Spec Kit tooling or
specify init. - If feature-level contract notes are needed, keep them planning-only and list canonical owner files.
- Do not implement application code yet unless explicitly requested.