feat: Add GTD — Getting Things Done semantic anchor#377
Conversation
Agent-Logs-Url: https://github.com/LLM-Coding/Semantic-Anchors/sessions/358a40cd-737b-420d-a397-c4796f81adc8 Co-authored-by: rdmueller <1856308+rdmueller@users.noreply.github.com>
|
Looks good! GTD is a strong anchor — all quality criteria met. A few notes: Category:
I'd suggest keeping as-is and batch-moving GTD + P.A.R.A. when the category is created. Tier 3: Correct — well-established, deeply rich. Evaluation: Tested "GTD by David Allen" against Claude — perfect activation of all 5 steps, Two-Minute Rule, Weekly Review, context lists, "mind like water." Ready to merge. |
New category: knowledge-management - P.A.R.A. Method (moved from documentation) - todo.txt-flavoured Markdown (moved from development-workflow) GTD will be added here after LLM-Coding#377 merges. Translations: "Knowledge Management" (EN), "Wissensmanagement" (DE) Closes LLM-Coding#346 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Now that #379 is merged, the |
There was a problem hiding this comment.
Pull request overview
Adds a new “GTD — Getting Things Done” semantic anchor (English + German) and wires it into the website’s anchor index and the translator reference catalog so it can be discovered and cross-referenced like existing anchors.
Changes:
- Added new GTD anchor documentation in English and German under
development-workflow - Registered the new anchor in
website/public/data/anchors.jsonwith roles, tags, proponents, and related anchors - Extended the translator reference
catalog.mdwith a GTD entry
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| website/public/data/anchors.json | Adds the gtd anchor entry to the public anchor index. |
| skill/semantic-anchor-translator/references/catalog.md | Adds GTD to the Development Workflow reference catalog section. |
| docs/anchors/gtd.de.adoc | Introduces the German GTD anchor document. |
| docs/anchors/gtd.adoc | Introduces the English GTD anchor document. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ==== | ||
| Full Name:: Getting Things Done (GTD) | ||
|
|
||
| Also known as:: GTD, GTD by David Allen, GTD Methodology |
There was a problem hiding this comment.
The PR description says the anchor is discoverable via the Also known as field for the term "Getting Things Done", but the aliases listed here don’t currently include that exact string. Add "Getting Things Done" (optionally "Getting Things Done (GTD)") to the Also known as line to match the stated intent.
| Vollständiger Name:: Getting Things Done (GTD) | ||
|
|
||
| Auch bekannt als:: GTD, GTD nach David Allen, GTD-Methodik |
There was a problem hiding this comment.
Same as the English anchor: the PR description calls out discoverability via the Also known as field for "Getting Things Done", but the German Auch bekannt als list doesn’t include that alias. Consider adding "Getting Things Done" (optionally with "(GTD)") to align with the canonical title/aliases.
| [discrete] | ||
| == *Kernkonzepte*: | ||
|
|
||
| Erfassen (Capture):: Alles, was die Aufmerksamkeit beansprucht – Aufgaben, Ideen, Verpflichtungen – wird in vertrauenswürdige externe „Eingangsboxen" gesammelt, damit nichts im Kopf gehalten werden muss |
There was a problem hiding this comment.
Typographic quotes are inconsistent here (opening German quote „ with closing ASCII "). Use consistent quote pairs (e.g., „…“ or "…") for the quoted term to avoid a visible typo in rendered docs.
|
|
||
| Zwei-Minuten-Regel:: Wenn eine Aktion weniger als zwei Minuten dauert, sofort erledigen statt verschieben | ||
|
|
||
| Projektliste:: Jedes gewünschte Ergebnis, das mehr als eine Handlungsschritt erfordert, ist ein „Projekt" mit mindestens einer nächsten Aktion |
There was a problem hiding this comment.
Grammar: "mehr als eine Handlungsschritt" is incorrect in German (case/gender). Adjust phrasing (e.g., "mehr als einen Handlungsschritt" or plural "mehr als einen Handlungsschritt / mehrere Handlungsschritte").
| Projektliste:: Jedes gewünschte Ergebnis, das mehr als eine Handlungsschritt erfordert, ist ein „Projekt" mit mindestens einer nächsten Aktion | |
| Projektliste:: Jedes gewünschte Ergebnis, das mehr als einen Handlungsschritt erfordert, ist ein „Projekt" mit mindestens einer nächsten Aktion |
| ## Development Workflow | ||
|
|
||
| ### GTD — Getting Things Done | ||
| - **Also known as:** GTD, GTD by David Allen, Getting Things Done Methodology |
There was a problem hiding this comment.
For consistency with the anchor docs and the PR notes about discoverability, consider including the exact alias "Getting Things Done" in the "Also known as" list here (currently only the longer "Getting Things Done Methodology" variant is present).
| - **Also known as:** GTD, GTD by David Allen, Getting Things Done Methodology | |
| - **Also known as:** GTD, GTD by David Allen, Getting Things Done, Getting Things Done Methodology |
|
|
||
| Vertrauenswürdiges System:: Alle Verpflichtungen werden extern gespeichert, damit der Geist frei ist, sich auf das Handeln zu konzentrieren statt auf das Erinnern | ||
|
|
||
| Schlüsselvertreter:: David Allen („Getting Things Done: The Art of Stress-Free Productivity") |
There was a problem hiding this comment.
Typographic quotes are inconsistent in the book title (opening „ with closing "). Use consistent quote pairs (e.g., „…“ or "…") so the citation renders cleanly.
Adds the GTD (Getting Things Done) methodology by David Allen as a new semantic anchor, as proposed in the community issue.
Changes
docs/anchors/gtd.adoc— English anchor covering the 5-step workflow (Capture, Clarify, Organize, Reflect, Engage), Two-Minute Rule, Projects List, context tagging, and trusted-system concept; categorised underdevelopment-workflowdocs/anchors/gtd.de.adoc— German translationwebsite/public/data/anchors.json— GTD entry inserted alphabetically with roles, tags, proponents, and related anchors (para-method,todotxt-flavoured-markdown,definition-of-done)skill/semantic-anchor-translator/references/catalog.md— GTD entry added to the Development Workflow sectionNotes
The anchor title is "GTD — Getting Things Done" with all three candidate terms from the issue (
GTD,GTD by David Allen,Getting Things Done) covered via theAlso known asfield, making the anchor discoverable regardless of which variant an LLM consumer uses.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.