Initial commit
This commit is contained in:
44
commands/pp-init-assets/templates/subproject/CHANGELOG.md
Normal file
44
commands/pp-init-assets/templates/subproject/CHANGELOG.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# {{SUBPROJECT_NAME}} Changelog
|
||||
|
||||
{{SUBPROJECT_NAME}}-specific changes. See root CHANGELOG for cross-project changes.
|
||||
|
||||
Reverse chronological. Newest first.
|
||||
|
||||
---
|
||||
|
||||
## Archived Changelogs
|
||||
|
||||
| Archive | Period | Topics |
|
||||
|---------|--------|--------|
|
||||
| (none yet) | - | - |
|
||||
|
||||
---
|
||||
|
||||
## {{DATE}} | Subproject Created
|
||||
|
||||
**Changes**:
|
||||
- Created {{SUBPROJECT_NAME}}/ subproject structure
|
||||
- Initial files added
|
||||
|
||||
**Context**:
|
||||
- {{CREATION_CONTEXT}}
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Template:
|
||||
|
||||
## YYYY-MM-DD | Commit: <hash>
|
||||
|
||||
**Tasks Completed**:
|
||||
- [T###] Description
|
||||
|
||||
**Changes**:
|
||||
- What was added/modified/removed
|
||||
|
||||
**Usage**:
|
||||
- How to use what was added
|
||||
|
||||
**Context**:
|
||||
- Why, decisions made
|
||||
-->
|
||||
33
commands/pp-init-assets/templates/subproject/CODEBASE.md
Normal file
33
commands/pp-init-assets/templates/subproject/CODEBASE.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# {{SUBPROJECT_NAME}} Codebase Map
|
||||
|
||||
{{SUBPROJECT_NAME}}-specific files. See root CODEBASE.md for shared files.
|
||||
|
||||
---
|
||||
|
||||
## Existing Files
|
||||
|
||||
| File | Description |
|
||||
|------|-------------|
|
||||
{{EXISTING_FILES}}
|
||||
|
||||
---
|
||||
|
||||
## To Be Created
|
||||
|
||||
| File | Description |
|
||||
|------|-------------|
|
||||
{{TO_CREATE_FILES}}
|
||||
|
||||
---
|
||||
|
||||
## Dependencies
|
||||
|
||||
| File | Source | Description |
|
||||
|------|--------|-------------|
|
||||
{{FILE_DEPENDENCIES}}
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Update after creating/modifying subproject-specific files
|
||||
-->
|
||||
45
commands/pp-init-assets/templates/subproject/INDEX.md
Normal file
45
commands/pp-init-assets/templates/subproject/INDEX.md
Normal file
@@ -0,0 +1,45 @@
|
||||
# {{SUBPROJECT_NAME}} - {{SUBPROJECT_TITLE}}
|
||||
|
||||
**Subproject**: {{SUBPROJECT_DESCRIPTION}}
|
||||
**Status**: {{SUBPROJECT_STATUS}}
|
||||
**Created**: {{DATE}}
|
||||
|
||||
---
|
||||
|
||||
## Quick Start
|
||||
|
||||
1. Read root INDEX.md and PRINCIPLES.md first (base context)
|
||||
2. Read this INDEX.md
|
||||
3. Read STATUS.md (current state)
|
||||
4. Read TODO.md (pending tasks)
|
||||
5. Read PRINCIPLES.md (subproject-specific rules)
|
||||
|
||||
---
|
||||
|
||||
## Scope
|
||||
|
||||
{{SCOPE}}
|
||||
|
||||
---
|
||||
|
||||
## File Map
|
||||
|
||||
| File | Purpose |
|
||||
|------|---------|
|
||||
| INDEX.md | This overview |
|
||||
| STATUS.md | Current state |
|
||||
| TODO.md | Task tracking |
|
||||
| CHANGELOG.md | Subproject changes |
|
||||
| PRINCIPLES.md | Subproject-specific rules |
|
||||
| CODEBASE.md | Subproject-specific files |
|
||||
| LESSONS.md | Subproject-specific lessons |
|
||||
|
||||
---
|
||||
|
||||
## Dependencies
|
||||
|
||||
{{DEPENDENCIES}}
|
||||
|
||||
---
|
||||
|
||||
<!-- Expand as work begins -->
|
||||
22
commands/pp-init-assets/templates/subproject/LESSONS.md
Normal file
22
commands/pp-init-assets/templates/subproject/LESSONS.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# {{SUBPROJECT_NAME}} Lessons Learned
|
||||
|
||||
{{SUBPROJECT_NAME}}-specific debugging experiences. See root LESSONS.md for shared lessons.
|
||||
|
||||
---
|
||||
|
||||
## Format
|
||||
|
||||
```
|
||||
### [TAG] Short Title
|
||||
**Problem**: What went wrong
|
||||
**Investigation**: What was tried
|
||||
**Root Cause**: Why it happened
|
||||
**Solution**: How it was fixed
|
||||
**Keywords**: searchable terms
|
||||
```
|
||||
|
||||
Tags: [BUG], [CONFIG], [API], [LOGIC], [INTEGRATION]
|
||||
|
||||
---
|
||||
|
||||
<!-- Add subproject-specific lessons below -->
|
||||
22
commands/pp-init-assets/templates/subproject/PRINCIPLES.md
Normal file
22
commands/pp-init-assets/templates/subproject/PRINCIPLES.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# {{SUBPROJECT_NAME}} Principles & Rules
|
||||
|
||||
{{SUBPROJECT_NAME}}-specific methodology and rules. Extends root PRINCIPLES.md.
|
||||
|
||||
---
|
||||
|
||||
## {{SUBPROJECT_NAME}}-Specific Principles
|
||||
|
||||
{{PRINCIPLES}}
|
||||
|
||||
---
|
||||
|
||||
## {{SUBPROJECT_NAME}}-Specific Rules
|
||||
|
||||
{{RULES}}
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Add subproject-specific rules below.
|
||||
Use R### numbering in reserved range for this subproject
|
||||
-->
|
||||
34
commands/pp-init-assets/templates/subproject/STATUS.md
Normal file
34
commands/pp-init-assets/templates/subproject/STATUS.md
Normal file
@@ -0,0 +1,34 @@
|
||||
# {{SUBPROJECT_NAME}} Status
|
||||
|
||||
**Last Updated**: {{DATE}}
|
||||
**Status**: {{SUBPROJECT_STATUS}}
|
||||
|
||||
---
|
||||
|
||||
## What's Working
|
||||
|
||||
{{WORKING}}
|
||||
|
||||
---
|
||||
|
||||
## What's Not Working / Blocked
|
||||
|
||||
{{BLOCKED}}
|
||||
|
||||
---
|
||||
|
||||
## Current Focus
|
||||
|
||||
{{FOCUS}}
|
||||
|
||||
---
|
||||
|
||||
## Environment
|
||||
|
||||
{{ENVIRONMENT}}
|
||||
|
||||
---
|
||||
|
||||
## Next Actions
|
||||
|
||||
{{NEXT_ACTIONS}}
|
||||
26
commands/pp-init-assets/templates/subproject/TODO.md
Normal file
26
commands/pp-init-assets/templates/subproject/TODO.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# {{SUBPROJECT_NAME}} TODO
|
||||
|
||||
**Format**: `[status] T###: Description`
|
||||
- `[ ]` pending
|
||||
- `[>]` in progress
|
||||
- `[x]` completed
|
||||
- `[-]` cancelled
|
||||
|
||||
---
|
||||
|
||||
## Phase 1
|
||||
|
||||
{{PHASE_1_TASKS}}
|
||||
|
||||
---
|
||||
|
||||
## Future Phases
|
||||
|
||||
{{FUTURE_TASKS}}
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
|
||||
- T### IDs are permanent, never reuse
|
||||
- Reference T### in commit messages and CHANGELOG
|
||||
Reference in New Issue
Block a user