Add this to implement:
- Read
pyproject.toml → locate [tool.setuptools] → record packages = ["<name>"]
- Confirm directory exists:
ls <name>/
- All new source files go under
<name>/
Note on feature file ownership: The PO is the sole owner of all .feature files — creation, editing, and moves (backlog → in-progress → completed). The software-engineer never moves, creates, or edits .feature files. Update TODO.md Source: path to reflect in-progress/ once the PO has moved the file.
run session:
- Software-engineer or reviewer: Update TODO.md
Next: line to Run @product-owner — load skill select-feature and pick the next BASELINED feature from backlog. Then stop. Never self-select a feature. Never create, edit, or move a .feature file.
Add to SE and reviewer:
You never move, create, or edit .feature files. ...
Add this to implement:
pyproject.toml→ locate[tool.setuptools]→ recordpackages = ["<name>"]ls <name>/<name>/Note on feature file ownership: The PO is the sole owner of all
.featurefiles — creation, editing, and moves (backlog → in-progress → completed). The software-engineer never moves, creates, or edits.featurefiles. Update TODO.mdSource:path to reflectin-progress/once the PO has moved the file.run session:
Next:line toRun @product-owner — load skill select-feature and pick the next BASELINED feature from backlog.Then stop. Never self-select a feature. Never create, edit, or move a.featurefile.Add to SE and reviewer:
You never move, create, or edit
.featurefiles. ...