Commit 55cab60
authored
docs: clarify template initialization scope and prevent TaskMaster auto-setup (#8)
* feat: improve template workflow and README handling
- Clarify GitHub template vs clone workflows in README and rules
- Abstract README template to .cursor/templates/project_readme.md
- Rename preserved README to how_to_use_this_template.md
- Minimize workflow rules by extracting template content
- Better organization and maintainability
* refactor: simplify and improve template workflow
- Remove unnecessary .gitignore creation step (already exists in template)
- Simplify paging prevention to single export PAGER="" command
- Update prompt format to "initialize this project as <my project name>"
- Streamline workflow rules and remove verbose CLI instructions
- More natural and consistent user experience
* refactor: abstract detailed workflow steps to separate files
- Create repository_initialization.mdc with detailed git setup steps
- Create template_setup.mdc with detailed project initialization steps
- Update workflow.mdc to reference abstracted files instead of inline content
- Emphasize mandatory Pull Request step in Branch Protection Workflow
- Reduce context usage while maintaining access to detailed instructions
* docs: clarify template initialization scope and prevent TaskMaster auto-setup
- Add explicit boundaries for template initialization workflow
- Create 'What NOT to Include' section to prevent scope creep
- Emphasize that TaskMaster, PRD creation, and git setup are separate workflows
- Remove automatic TaskMaster setup from template initialization
- Add warning in main workflow.mdc about initialization scope1 parent 49c14c5 commit 55cab60
2 files changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments