Skip to content

Commit 83d41a5

Browse files
authored
Update input requirements for /speckit.plan
Removed reference to 'instructions.md' as input for /speckit.plan invocation.
1 parent 46495f5 commit 83d41a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/product-architect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Portfolio focus reminder: prioritize tools that replace paywalled or heavily res
5656
- Create a feature directory in `specs/[feature-slug]/`
5757
- Generate `spec.md` following `.specify/templates/spec-template.md`
5858
4. **Generate planning artifacts with `/speckit.plan` and `/speckit.tasks`**
59-
- Invoke `/speckit.plan` using the `The Tech` section of the triggering issues content and the contents of `instructions.md` as input.
59+
- Invoke `/speckit.plan` using the `The Tech` section of the triggering issues content as input.
6060
- Ensure the plan stays grounded in the approved issue scope.
6161
- Invoke `/speckit.tasks` from the generated plan output.
6262
- Produce/update planning files under `specs/[feature-slug]/`
@@ -107,4 +107,4 @@ You **must** always call at least one safe-output tool before finishing.
107107
- **Spec or data missing**: if the issue body lacks sufficient detail to generate a plan, call `add_comment` on the triggering issue to request a proper spec via `/speckit.specify`, then stop.
108108
- **Any other failure**: call `add_comment` on the triggering issue with a brief summary of what went wrong.
109109
110-
Never finish this workflow without calling at least one safe-output tool. Producing zero outputs is always incorrect.
110+
Never finish this workflow without calling at least one safe-output tool. Producing zero outputs is always incorrect.

0 commit comments

Comments
 (0)