96 lines
1.7 KiB
Markdown
96 lines
1.7 KiB
Markdown
# Article Project Structure
|
|
|
|
Use this structure when expanding a new active article project.
|
|
|
|
The copyable project skeleton lives at:
|
|
|
|
```text
|
|
templates/article-project/skeleton/
|
|
```
|
|
|
|
Create a project with:
|
|
|
|
```powershell
|
|
Copy-Item -Recurse templates\article-project\skeleton projects\active\YYYY-MM-DD-aNNN-temp-slug
|
|
```
|
|
|
|
Then fill `project.md`, `source-map.md`, `status.md`, and `00-creation-plan/creative-brief.md` before dispatching writer or reviewer sessions.
|
|
|
|
```text
|
|
YYYY-MM-DD-aNNN-temp-slug/
|
|
project.md
|
|
source-map.md
|
|
status.md
|
|
|
|
00-creation-plan/
|
|
creative-brief.md
|
|
writer-selection.md
|
|
series-position.md
|
|
context-pack.md
|
|
sessions/
|
|
|
|
01-positioning/
|
|
premise.md
|
|
main-writer-sessions/
|
|
positioning-final.md
|
|
|
|
02-outline/
|
|
context-packs/
|
|
main-writer-sessions/
|
|
outlines/
|
|
outline-v1.md
|
|
outline-v2.md
|
|
outline-final.md
|
|
review-rounds/
|
|
round-01/
|
|
review-brief.md
|
|
cognitive-imaging/
|
|
session.md
|
|
report.md
|
|
zhang-liao/
|
|
session.md
|
|
report.md
|
|
giant-cognition/
|
|
session.md
|
|
report.md
|
|
synthesis.md
|
|
repair-request.md
|
|
appendix-outline.md
|
|
|
|
03-drafting/
|
|
context-packs/
|
|
sessions/
|
|
chapters/
|
|
full-draft.md
|
|
|
|
04-draft-review/
|
|
review-rounds/
|
|
revision-plan.md
|
|
full-revised.md
|
|
|
|
05-appendix/
|
|
sessions/
|
|
appendix-draft.md
|
|
appendix-final.md
|
|
|
|
06-metadata/
|
|
metadata-session.md
|
|
metadata-draft.md
|
|
image-prompt.md
|
|
image-url.md
|
|
metadata-final.md
|
|
|
|
07-tribunal/
|
|
README.md
|
|
|
|
08-model-writing/
|
|
extraction-brief.md
|
|
sessions/
|
|
model-draft.md
|
|
model-final.md
|
|
destination-map.md
|
|
|
|
publish/
|
|
final.md
|
|
```
|