mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-26 00:16:01 +03:00
[GH-ISSUE #69] Documentation inconsistency: AI vs user creates planning files #45
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @haimat on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/69
Description
The documentation contradicts itself about whether the AI or the user should create the planning files (
task_plan.md,findings.md,progress.md).Contradicting sources
docs/quickstart.mdSKILL.md(line 94-96)task_plan.md— Use templates as reference" (implies AI creates)examples.mdImpact
/planning-with-fileswithout a task description, AI may incorrectly infer task from conversation context instead of asking the user what they want to planSuggested clarification
Add explicit workflow to
SKILL.mdand align all docs:Affected files
@OthmanAdi commented on GitHub (Feb 4, 2026):
Fixed in master — thanks @haimat for catching this!
The docs now consistently say: the AI creates the planning files after the user describes their task. If no task description is provided, the AI asks first.
Updated:
README.md— Clarified the Usage section workflowdocs/quickstart.md— Step 1 now says "Invoke the skill and describe your task" instead of "Create your planning files"Manual creation via
init-session.shis still documented as an alternative.