{"id":49592763,"url":"https://github.com/dx-tooling/planning-template","last_synced_at":"2026-05-04T01:40:12.428Z","repository":{"id":341577879,"uuid":"1170686766","full_name":"dx-tooling/planning-template","owner":"dx-tooling","description":"LLM-first software project planning template with PRD/ADR/task workflows, EARS-form requirements, traceability, and review checklists.","archived":false,"fork":false,"pushed_at":"2026-03-02T12:01:24.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T01:40:07.365Z","etag":null,"topics":["ears","llm","planning","requirements","template"],"latest_commit_sha":null,"homepage":"https://dx-tooling.org","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dx-tooling.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-02T12:00:39.000Z","updated_at":"2026-03-02T12:05:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dx-tooling/planning-template","commit_stats":null,"previous_names":["dx-tooling/planning-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dx-tooling/planning-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx-tooling%2Fplanning-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx-tooling%2Fplanning-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx-tooling%2Fplanning-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx-tooling%2Fplanning-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dx-tooling","download_url":"https://codeload.github.com/dx-tooling/planning-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dx-tooling%2Fplanning-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32591603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ears","llm","planning","requirements","template"],"created_at":"2026-05-04T01:40:11.415Z","updated_at":"2026-05-04T01:40:12.408Z","avatar_url":"https://github.com/dx-tooling.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM-First Software Planning Template\n\nThis template provides a structured, reusable planning system for software product projects executed in a human + LLM workflow.\n\nIt is optimized for:\n- clear decision quality\n- high traceability from goals to execution\n- low documentation drift during implementation\n- easy context handoff across sessions\n\n## Start Here\n\n1. Read [fundamentals/00-planning-principles.md](fundamentals/00-planning-principles.md).\n2. Read [fundamentals/01-document-map.md](fundamentals/01-document-map.md).\n3. Read [fundamentals/02-traceability-model.md](fundamentals/02-traceability-model.md).\n4. Copy templates from [templates/](templates/) into project artifacts.\n5. Run task execution with [tasks/task-management.md](tasks/task-management.md).\n6. Capture learnings continuously in [memory/](memory/).\n7. Operate sessions with [llm-workflow/agent-operating-guide.md](llm-workflow/agent-operating-guide.md).\n\n## Directory Layout\n\n```text\nplanning-template/\n├── fundamentals/\n├── templates/\n├── tasks/\n│   ├── todo/\n│   ├── in-progress/\n│   └── done/\n├── memory/\n└── llm-workflow/\n```\n\n## Planning Stack\n\nThe planning stack is intentionally layered:\n\n- **Fundamentals** define principles, terminology, and constraints.\n- **PRDs** define product outcomes and scope.\n- **ADRs** define key technical decisions and tradeoffs.\n- **Tasks** define executable work and EARS-formatted acceptance criteria.\n- **Memory** records implementation learnings and pitfalls.\n\nEach layer references the layer above it, and implementation feeds back into source docs.\n\n## First-Run Sequence (Under 5 Minutes)\n\n1. Define project context and vocabulary in `memory/conventions.md`.\n2. Create first PRD from `templates/prd-template.md`.\n3. Create required ADRs from `templates/adr-template.md`.\n4. Decompose into small tasks from `templates/task-template.md`.\n5. Start execution by moving one task into `tasks/in-progress/`.\n6. On completion, update PRD/ADR and add a memory entry.\n\n## Daily Workflow\n\n1. Pick the highest-value task from `tasks/todo/`.\n2. Move it to `tasks/in-progress/` and add a `started` date.\n3. Execute with EARS-formatted acceptance criteria as the definition of done.\n4. Capture implementation notes during execution.\n5. Complete ADR/PRD updates before moving task to `tasks/done/`.\n6. Add learnings or gotchas to memory files.\n\n## Template Quality Rules\n\n- Keep section headings stable across all artifacts.\n- Use explicit IDs (`PRD-01`, `ADR-03`, `TASK-12`).\n- Use EARS-formatted, measurable, testable requirements/acceptance criteria over open-ended prose.\n- Record alternatives and risks for non-trivial decisions.\n- Never delete completed tasks; preserve planning history.\n\n## Recommended Usage Pattern\n\n- Use this repository as a source template.\n- For a new product/project, copy it into a dedicated planning folder.\n- Keep examples as examples; replace placeholders with project-specific values.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdx-tooling%2Fplanning-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdx-tooling%2Fplanning-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdx-tooling%2Fplanning-template/lists"}