elliot-stack 1.0.29 → 1.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +5 -0
  3. package/bin/install.cjs +981 -950
  4. package/hooks/repo-search-nudge.js +32 -32
  5. package/package.json +1 -1
  6. package/skills/estack-active-learning-tutor/SKILL.md +339 -339
  7. package/skills/estack-better-title/SKILL.md +64 -64
  8. package/skills/estack-better-title/scripts/rename.sh +55 -55
  9. package/skills/estack-chris-voss/SKILL.md +80 -80
  10. package/skills/estack-chris-voss/references/elliot-notes.md +120 -120
  11. package/skills/estack-chris-voss/references/voss-principles.md +210 -210
  12. package/skills/estack-customer-discovery/SKILL.md +60 -60
  13. package/skills/estack-flight-planner/SKILL.md +332 -332
  14. package/skills/estack-flight-planner/references/config_schema.md +156 -156
  15. package/skills/estack-flight-planner/references/flight_history_schema.md +97 -97
  16. package/skills/estack-flight-planner/references/shuttle_schedules.md +98 -98
  17. package/skills/estack-flight-planner/scripts/check_setup.sh +89 -89
  18. package/skills/estack-flight-planner/scripts/fetch_flights.py +99 -99
  19. package/skills/estack-flight-planner/scripts/filter_flights.py +265 -265
  20. package/skills/estack-flight-planner/scripts/pair_shuttles.py +173 -173
  21. package/skills/estack-github-issue-tracker/SKILL.md +322 -322
  22. package/skills/estack-github-issue-tracker/bin/tracker-tools.cjs +1358 -1358
  23. package/skills/estack-github-issue-tracker/references/gh-cli-patterns.md +124 -124
  24. package/skills/estack-github-issue-tracker/references/result-file-schema.md +156 -156
  25. package/skills/estack-github-issue-tracker/references/tracker-schema.md +96 -96
  26. package/skills/estack-github-issue-tracker/tracker-template.md +58 -58
  27. package/skills/estack-leadership-coach/SKILL.md +235 -0
  28. package/skills/estack-leadership-coach/adding-references.md +280 -0
  29. package/skills/estack-leadership-coach/frameworks/delegation/flows/post-mortem.md +120 -0
  30. package/skills/estack-leadership-coach/frameworks/delegation/flows/pre-delegation.md +138 -0
  31. package/skills/estack-leadership-coach/frameworks/delegation/phases/1-intake.md +145 -0
  32. package/skills/estack-leadership-coach/frameworks/delegation/phases/2-trm-assessment.md +119 -0
  33. package/skills/estack-leadership-coach/frameworks/delegation/phases/3-enrollment.md +132 -0
  34. package/skills/estack-leadership-coach/frameworks/delegation/phases/4-build-brief.md +171 -0
  35. package/skills/estack-leadership-coach/frameworks/delegation/phases/5-monitoring.md +134 -0
  36. package/skills/estack-leadership-coach/frameworks/delegation/phases/6-reverse-delegation.md +118 -0
  37. package/skills/estack-leadership-coach/frameworks/delegation/phases/7-diagnose.md +200 -0
  38. package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__deci-olafsen-ryan-2017-self-determination-theory-in-work-organizations.md +1881 -0
  39. package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__gagne-deci-2005-self-determination-theory-and-work-motivation.md +2058 -0
  40. package/skills/estack-leadership-coach/references/.source-files/deci-ryan_self-determination-theory__selfdeterminationtheory-org-theory-overview-page.md +61 -0
  41. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-3-key-insights-into-the-global-workplace-2024.md +57 -0
  42. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-managers-account-for-70-percent-of-variance-in-employee-engagement-2015.md +40 -0
  43. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-global-data-summary.md +73 -0
  44. package/skills/estack-leadership-coach/references/.source-files/gallup_engagement-research__gallup-state-of-the-global-workplace-2026-report-landing.md +42 -0
  45. package/skills/estack-leadership-coach/references/.source-files/hormozi-leila_4-stages__leila-hormozi-the-art-of-delegation-blog-post.md +91 -0
  46. package/skills/estack-leadership-coach/references/.source-files/oncken-wass_monkeys-hbr-1974__oncken-wass-management-time-whos-got-the-monkey-hbr-classic-1974.md +969 -0
  47. package/skills/estack-leadership-coach/references/.source-files/sanchez_main-street-millionaire__codie-sanchez-afford-anything-podcast-ep-565-show-notes.md +89 -0
  48. package/skills/estack-leadership-coach/references/.source-files/sullivan_who-not-how__dan-sullivan-impact-filter-tool-and-guide-booklet.md +565 -0
  49. package/skills/estack-leadership-coach/references/.source-files/van-edwards_cues__vanessa-van-edwards-lewis-howes-school-of-greatness-ep-1231-show-notes.md +122 -0
  50. package/skills/estack-leadership-coach/references/.source-files/van-edwards_cues__vanessa-van-edwards-roger-dooley-cues-interview.md +194 -0
  51. package/skills/estack-leadership-coach/references/deci-ryan_self-determination-theory.md +166 -0
  52. package/skills/estack-leadership-coach/references/doerr_measure-what-matters.md +154 -0
  53. package/skills/estack-leadership-coach/references/ferriss_4hww.md +189 -0
  54. package/skills/estack-leadership-coach/references/gallup_engagement-research.md +105 -0
  55. package/skills/estack-leadership-coach/references/gerber_e-myth-revisited.md +118 -0
  56. package/skills/estack-leadership-coach/references/grove_high-output-management.md +95 -0
  57. package/skills/estack-leadership-coach/references/hormozi-alex_followthrough.md +152 -0
  58. package/skills/estack-leadership-coach/references/hormozi-leila_4-stages.md +146 -0
  59. package/skills/estack-leadership-coach/references/oncken-wass_monkeys-hbr-1974.md +128 -0
  60. package/skills/estack-leadership-coach/references/sanchez_main-street-millionaire.md +196 -0
  61. package/skills/estack-leadership-coach/references/sullivan_who-not-how.md +137 -0
  62. package/skills/estack-leadership-coach/references/van-edwards_cues.md +189 -0
  63. package/skills/estack-migrate-claude-session-history/SKILL.md +226 -0
  64. package/skills/estack-migrate-claude-session-history/references/path-encoding.md +55 -0
  65. package/skills/estack-migrate-claude-session-history/references/troubleshooting.md +96 -0
  66. package/skills/estack-migrate-claude-session-history/scripts/migrate-claude-history.js +1123 -0
  67. package/skills/estack-migrate-claude-session-history/scripts/test-append-note.js +48 -0
  68. package/skills/estack-migrate-claude-session-history/scripts/test-validate-migration.py +326 -0
  69. package/skills/estack-migrate-claude-session-history/scripts/validate-migration.py +493 -0
  70. package/skills/estack-pdf-to-md/SKILL.md +180 -0
  71. package/skills/estack-pdf-to-md/scripts/pdf_to_md.py +596 -0
  72. package/skills/estack-productivity-prioritization-coach/SKILL.md +124 -0
  73. package/skills/estack-productivity-prioritization-coach/sources/01-tony-robbins-rpm.md +39 -0
  74. package/skills/estack-productivity-prioritization-coach/sources/02-justin-sung-task-prioritization.md +34 -0
  75. package/skills/estack-prompt-builder-coach/SKILL.md +81 -81
  76. package/skills/estack-prompt-builder-coach/definition-of-done-generator.md +42 -42
  77. package/skills/estack-prompt-builder-coach/prompt-builder.md +37 -37
  78. package/skills/estack-prompt-builder-coach/task-shaper.md +36 -36
  79. package/skills/estack-prompt-builder-coach/vague-ask-auditor.md +37 -37
  80. package/skills/estack-read-claude-session-history/SKILL.md +204 -204
  81. package/skills/estack-read-claude-session-history/references/jsonl-schema.md +126 -126
  82. package/skills/estack-read-claude-session-history/references/modes.md +423 -423
  83. package/skills/estack-read-claude-session-history/references/recipes.md +271 -271
  84. package/skills/estack-read-claude-session-history/scripts/lib/__init__.py +1 -1
  85. package/skills/estack-read-claude-session-history/scripts/lib/parser.py +460 -460
  86. package/skills/estack-read-claude-session-history/scripts/lib/paths.py +234 -234
  87. package/skills/estack-read-claude-session-history/scripts/lib/search.py +179 -179
  88. package/skills/estack-read-claude-session-history/scripts/lib/subagents.py +88 -88
  89. package/skills/estack-read-claude-session-history/scripts/lib/tools.py +144 -144
  90. package/skills/estack-read-claude-session-history/scripts/read_transcript.py +1776 -1776
  91. package/skills/estack-read-claude-session-history/scripts/tests/conftest.py +40 -40
  92. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/README.md +20 -20
  93. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/all-noise.jsonl +4 -4
  94. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/basic-session.jsonl +2 -2
  95. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-gaps.jsonl +9 -9
  96. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-noise.jsonl +7 -7
  97. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-a.jsonl +3 -3
  98. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-parallel-b.jsonl +3 -3
  99. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/engagement-waiting.jsonl +5 -5
  100. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/interrupted.jsonl +2 -2
  101. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/multi-compact.jsonl +8 -8
  102. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/pending-user.jsonl +2 -2
  103. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta/subagents/agent-aaa.jsonl +2 -2
  104. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-no-meta.jsonl +2 -2
  105. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.jsonl +2 -2
  106. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent/subagents/agent-xyz123.meta.json +1 -1
  107. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/subagent-parent.jsonl +4 -4
  108. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/time-spread.jsonl +6 -6
  109. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/timeline-day-test.jsonl +5 -5
  110. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/tool-zoo.jsonl +10 -10
  111. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/truncated.jsonl +2 -2
  112. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/unicode.jsonl +2 -2
  113. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-advisor.jsonl +3 -3
  114. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-compact.jsonl +5 -5
  115. package/skills/estack-read-claude-session-history/scripts/tests/fixtures/with-thinking.jsonl +2 -2
  116. package/skills/estack-read-claude-session-history/scripts/tests/test_backup_roots.py +56 -56
  117. package/skills/estack-read-claude-session-history/scripts/tests/test_engagement.py +239 -239
  118. package/skills/estack-read-claude-session-history/scripts/tests/test_json_format.py +201 -201
  119. package/skills/estack-read-claude-session-history/scripts/tests/test_modes.py +199 -199
  120. package/skills/estack-read-claude-session-history/scripts/tests/test_parser.py +195 -195
  121. package/skills/estack-read-claude-session-history/scripts/tests/test_paths.py +133 -133
  122. package/skills/estack-read-claude-session-history/scripts/tests/test_search.py +78 -78
  123. package/skills/estack-read-claude-session-history/scripts/tests/test_subagents.py +43 -43
  124. package/skills/estack-read-claude-session-history/scripts/tests/test_timeline.py +179 -179
  125. package/skills/estack-read-claude-session-history/scripts/tests/test_timezone_and_project.py +212 -212
  126. package/skills/estack-read-claude-session-history/scripts/tests/test_tools.py +80 -80
  127. package/skills/estack-repo-search/SKILL.md +65 -65
  128. package/skills/estack-vscode-file-recovery/SKILL.md +188 -0
@@ -0,0 +1,124 @@
1
+ ---
2
+ name: estack-productivity-prioritization-coach
3
+ version: 1.0.0
4
+ description: (productivity-prioritization-coach) Coaches the user through prioritization and productivity decisions using the RPM method (Result, Purpose, Massive Action Plan) plus leverage filters. Use this skill whenever the user talks about prioritization, productivity, time management, planning their week or day, deciding what to work on, choosing between projects or tasks, feeling overwhelmed or behind, cutting down a to-do list, or asks things like "what should I focus on", "am I working on the right thing", or "how do I get more done" — even if they do not explicitly ask for a framework. Trigger broadly, since productivity and prioritization questions are the default home for this skill. Also use it when the user shares a new productivity or prioritization resource (video, article, book, podcast, framework) — offer to synthesize it and add it to the skill's sources.
5
+ ---
6
+
7
+ # Prioritization Coach
8
+
9
+ This skill turns "what do I need to do" into "what do I actually want, and what is the smallest set of actions that gets me there." It coaches the user through a decision instead of handing them a longer list.
10
+
11
+ ## The core shift
12
+
13
+ A to-do list answers the wrong question. It produces movement without achievement — you can be busy all week and move nothing that matters. The job of this skill is to pull the user out of task-thinking and into outcome-thinking before they spend another hour.
14
+
15
+ So when this skill triggers, do not just help the user organize their tasks. Coach them through the method below.
16
+
17
+ ## Calibrate depth to stakes
18
+
19
+ Default to actively coaching — walk the user through the questions, one at a time, and make them answer. Do not dump the whole framework at once.
20
+
21
+ The one exception: if the ask is genuinely small (a single quick task, a five-minute decision), compress RPM into one or two pointed questions rather than running the full ritual. Big decisions — weekly planning, choosing between projects, "I'm drowning" — get the full treatment.
22
+
23
+ ## The method: RPM
24
+
25
+ RPM is three questions. Coach them in order. Each one has a failure mode to watch for.
26
+
27
+ ### R — Result
28
+
29
+ **Ask:** "What do you actually want here? Name the specific outcome — not the activity."
30
+
31
+ The result is the target, stated as a finished state, not a verb. "Get buildpurdue more members" is vague. "200 active members by end of semester" is a result. Push until the answer is concrete and you would both know if it were achieved.
32
+
33
+ **Failure mode:** the user names a task or an activity instead of an outcome. "Send emails" is not a result. Redirect: "That's an action. What does sending those emails get you?"
34
+
35
+ ### P — Purpose
36
+
37
+ **Ask:** "Why do you want that? What's the purpose underneath it?"
38
+
39
+ Purpose is more powerful than the object. A goal stated as an object ("hit $10k MRR") is weak fuel. The same goal connected to a purpose ("prove the startup is real so I can justify going all-in") drives execution. The purpose is also a filter: if the user cannot find a real why, the result may not be worth pursuing right now.
40
+
41
+ **Failure mode:** the user restates the result as the purpose. Push one level deeper: "That's what you want. Why does that matter to you?"
42
+
43
+ ### M — Massive Action Plan (MAP)
44
+
45
+ This is two moves: brainstorm wide, then cut hard.
46
+
47
+ **First, ask:** "Brainstorm everything — every possible action that could move this result. Don't filter yet."
48
+
49
+ Get a wide list. Quantity first.
50
+
51
+ **Then cut it down** using the filters below. The output is a tightened MAP: the short list of actions that actually get accomplished.
52
+
53
+ **Failure mode:** stopping at the brainstorm. A long list of possible actions is still a to-do list. The MAP is not done until it is cut.
54
+
55
+ ## Filtering the MAP
56
+
57
+ A brainstorm becomes a plan by cutting it. Run the candidate actions through these four lenses and keep only what survives.
58
+
59
+ 1. **The 80/20 cut.** Which ~20% of these actions would produce ~80% of the result? Keep those. This is the primary cut — most of the list does not make it.
60
+
61
+ 2. **Consequence of failure.** For each surviving action ask: "If you skip this, what actually breaks — and can you accept that?" If the consequence is acceptable, it is a candidate to cut or defer. This separates truly important from merely urgent-feeling.
62
+
63
+ 3. **Compounding return.** Ask: "Does this put you in a better position next week? If you invest an hour now, does it save you two later?" Favor actions where present effort reduces future load — that time compounds. Maintenance work that changes nothing about your future position ranks lower.
64
+
65
+ 4. **Quadrant II check.** Important but not urgent work (Covey's Quadrant II — planning, building systems, relationships, prevention) is what gets skipped under pressure and matters most. If the tightened MAP is all urgent firefighting and no Quadrant II, flag it.
66
+
67
+ The end state of a coaching session: a decided **Result**, an articulated **Purpose**, and a short, filtered **MAP** — fewer items than the user started with, not more.
68
+
69
+ ## How to coach
70
+
71
+ - One question at a time. Wait for the answer before moving on.
72
+ - Use the user's own words back to them. Make their vague answers concrete.
73
+ - Be direct and punchy. Peer-level language. No em dashes, no filler, no motivational padding.
74
+ - Push back when an answer is a task masquerading as a result, or a result masquerading as a purpose.
75
+ - Close every session by stating the Result, Purpose, and tightened MAP back plainly so the user leaves with a decision, not a vibe.
76
+
77
+ ## Handling new resources
78
+
79
+ When the user shares a new productivity or prioritization resource (a video, article, book, podcast, or framework), treat it as a candidate source for this skill. Offer to:
80
+
81
+ 1. Fetch and read the resource using available tools.
82
+ 2. Synthesize its takeaways and write a new numbered file in `sources/` (e.g. `03-...md`), using the same structure as the existing source files: a full metadata table, what it contributes, and synthesized takeaways.
83
+ 3. Fold its useful idea into the relevant part of this SKILL.md.
84
+
85
+ Only document what is verifiable from the source itself. Do not fabricate metadata, citations, or claims the source does not make. If a framework cannot be tied to a specific fetched source, reference it as general knowledge in the body rather than inventing a source file for it.
86
+
87
+ ## Sources
88
+
89
+ The frameworks in this skill are synthesized from the files in `sources/`. Read them when you need the original detail or want to cite where an idea came from.
90
+
91
+ - `sources/01-tony-robbins-rpm.md` — the RPM method (Result, Purpose, Massive Action Plan) and the 80/20 cut.
92
+ - `sources/02-justin-sung-task-prioritization.md` — the consequence-of-failure and compounding-return filters.
93
+
94
+ Covey's Quadrant II is referenced as a widely known framework (from *The 7 Habits of Highly Effective People*) and does not yet have a dedicated source file. If the user wants it documented as a proper source, ask them for a specific resource to fetch and synthesize.
95
+ ---
96
+
97
+ ## Skill Feedback
98
+
99
+ If the user shares feedback about this skill — a bug, something confusing, a missing feature, or a suggestion — ask them to describe it in a bit more detail (what they expected, what happened, and any relevant context). Then file the issue using whichever method is available:
100
+
101
+ **If `gh` is installed** (`gh --version` succeeds), create the issue directly:
102
+
103
+ ```bash
104
+ gh issue create \
105
+ --repo ElliotDrel/e-stack \
106
+ --title "estack-productivity-prioritization-coach: <concise summary>" \
107
+ --body "<description from user feedback — expected vs. actual behavior and context>"
108
+ ```
109
+
110
+ **If `gh` is not installed**, build a pre-filled URL:
111
+
112
+ ```bash
113
+ python3 -c "
114
+ import urllib.parse
115
+ title = 'estack-productivity-prioritization-coach: <concise summary>'
116
+ body = '<description from user feedback — expected vs. actual behavior and context>'
117
+ base = 'https://github.com/ElliotDrel/e-stack/issues/new'
118
+ print(base + '?title=' + urllib.parse.quote(title) + '&body=' + urllib.parse.quote(body))
119
+ "
120
+ ```
121
+
122
+ Share the printed URL with the user and offer to open it in their browser.
123
+
124
+ They can also click it directly, review the pre-filled title and body, and click **Submit new issue**.
@@ -0,0 +1,39 @@
1
+ # Source 01 — Tony Robbins: RPM
2
+
3
+ ## Metadata
4
+
5
+ | Field | Value |
6
+ |---|---|
7
+ | Title | How to Prioritize: Achieve What You Want |
8
+ | Author / speaker | Tony Robbins |
9
+ | Platform | YouTube (Short) |
10
+ | URL | https://youtube.com/shorts/hveyHYugWzA |
11
+ | Video ID | hveyHYugWzA |
12
+ | Channel | Tony Robbins (channel ID: UCJLMboBYME_CLEfwsduI0wQ) |
13
+ | Original long-form source | Clip from a Kelsey Humphreys interview: https://youtu.be/qzqAvYfYqZU |
14
+ | Published | 2023-08-04 |
15
+ | Duration | 59 seconds |
16
+ | Engagement (at time of capture) | ~96,609 views, ~8,110 likes |
17
+ | Format | Short-form clip, no on-screen citations |
18
+ | Captured | This session, via transcript + metadata fetch |
19
+ | Reliability note | Single short clip of a larger interview. RPM is Robbins' own long-standing framework (taught for decades in his programs). Treat as an accurate summary of his stated method; it is motivational coaching content, not peer-reviewed research. |
20
+
21
+ ## What this source contributes to the skill
22
+
23
+ The core method: **RPM** — the engine of the whole skill.
24
+
25
+ ## Synthesized takeaways
26
+
27
+ **The reframe that starts it all.** Stop asking "what do I need to do." Start asking "what do I want." A to-do list answers the wrong question.
28
+
29
+ **RPM is three questions.**
30
+
31
+ 1. **R — Result.** What do I actually want? Name the specific outcome. Robbins' analogy: like raising the RPMs in an engine, getting clear on the result lets you get there faster and with less effort.
32
+
33
+ 2. **P — Purpose.** Why do I want it? Purpose is more powerful than the object. "I want to be a millionaire" is weak fuel. "I want to provide a home for my mom because we grew up poor" is strong fuel. You can know the object, but you have to know the purpose — it is what actually drives execution.
34
+
35
+ 3. **M — Massive Action Plan (MAP).** Brainstorm every possibility for what it would take to achieve the result. Then the most important move: pick the ~20% of actions that will produce ~80% of the result.
36
+
37
+ **The failure mode this prevents.** Without a result, a purpose, and a tightened plan, you get "addicted to your to-do list" — lots of movement, no achievement. To-dos make you crazy. The shift is from tasks to outcomes, results, the why, and a tightened MAP.
38
+
39
+ **The last step is compression.** After brainstorming the MAP, "tighten that baby down" to what is really going to be accomplished. Brainstorm wide, then cut hard.
@@ -0,0 +1,34 @@
1
+ # Source 02 — Dr. Justin Sung: Task Prioritization Filters
2
+
3
+ ## Metadata
4
+
5
+ | Field | Value |
6
+ |---|---|
7
+ | Title | Do this to Priorities tasks effectively (title as published, sic) |
8
+ | Author / speaker | Dr. Justin Sung |
9
+ | Platform | YouTube (Short) |
10
+ | URL | https://youtube.com/shorts/q3gfjjgZ3uw |
11
+ | Video ID | q3gfjjgZ3uw |
12
+ | Channel | Justin Sung (channel ID: UC2Zs9v2hL2qZZ7vsAENsg4w) |
13
+ | Published | 2023-01-25 |
14
+ | Duration | 48 seconds |
15
+ | Engagement (at time of capture) | ~16,397 views, ~1,475 likes |
16
+ | Tags | justin sung, dr justin sung |
17
+ | Format | Short-form clip, no on-screen citations |
18
+ | Captured | This session, via transcript + metadata fetch |
19
+ | About the author | Ex-medical doctor turned full-time learning and self-management coach. Co-founder of iCanStudy. Per his channel description, takes a practical, evidence-based, field-tested approach and has coached thousands of people on time and study management over 10+ years. |
20
+ | Reliability note | Short clip of a personal method. Author positions his broader work as evidence-based; this specific clip presents a heuristic, not a cited study. Treat as a credible practitioner heuristic. |
21
+
22
+ ## What this source contributes to the skill
23
+
24
+ The **two leverage filters** used to cut a brainstormed action plan down to what actually matters.
25
+
26
+ ## Synthesized takeaways
27
+
28
+ The goal: when you spend time on a task, make sure it is the task that delivers the most possible benefit. Two criteria decide that.
29
+
30
+ **Filter 1 — Consequence of failure.** Ask: if I don't do this task, what is the consequence, and is it a consequence I can accept or not? This is how you find what is *truly* important versus what only feels urgent. If the consequence of skipping it is acceptable, it is a candidate to cut or defer.
31
+
32
+ **Filter 2 — Compounding return.** Ask: does this put me in a better position tomorrow or next week? Does it change my position? Concretely — if I invest 1 hour now, does it save me 2 hours next week? If 20 minutes now saves 30 minutes later, that is a 10-minute surplus I can reinvest, and it compounds like compound interest. Prioritize work that means the future version of you has less to deal with: it makes things easier and more efficient.
33
+
34
+ **The underlying principle.** Time is invested, not just spent. The best tasks are the ones a future-you would thank a present-you for doing — they reduce future load and free up time that compounds.
@@ -1,84 +1,84 @@
1
- ---
2
- name: estack-prompt-builder-coach
3
- version: 1.0.2
4
- description: (prompt-builder-coach) Use whenever you or the user need to write, sharpen, audit, or scope a prompt or work request for an AI agent or model. This is a four-part kit covering shaping a fuzzy idea into a decided goal, building a prompt from scratch, auditing a draft request that feels vague, and defining what "done" looks like when the task is fuzzy. Trigger when the user says "help me write a prompt", "build me a prompt", "audit this prompt", "make this request better", "why is the AI giving me generic output", "I don't know what I want", "I have a rough idea", "what should done look like", or when handing a task to another agent and wanting it to land. Use it even when the user did not say the word "prompt" but is clearly trying to get an AI to do consequential work. Do not use for quick factual lookups or for executing an already well-defined task.
5
- ---
6
-
7
- # Prompt Builder
8
-
9
- A four-part prompt kit that turns thin asks into structured work briefs. This file is the router. Read it first, then read and follow the part file it routes you to.
10
-
11
- <role>
12
- You are the router and tone-setter for a four-part prompt kit. Your job is to establish the mindset every part shares, pick the part that fits the user's situation, and enforce the rules that hold the four parts together as one system. You do not do the user's task yourself, and you do not shape, build, audit, or scope prompts directly. You route.
13
- </role>
14
-
15
- <mindset>
16
- The unit of useful AI work is not a prompt, it is a brief. A prompt is something typed into a box. A brief is compressed work, goal, context, sources, constraints, quality bar, and a stopping point, made legible enough that another intelligence can act on it.
17
-
18
- Treat the AI on the other end as a senior director, not a junior. A junior needs every step spelled out. A senior gets the goal, the context, the constraints, and the quality bar, then exercises judgment. The leverage in modern models lives in that gap.
19
-
20
- Generic, polished, useless output is almost always a mirror of a generic assignment, not a weak model. Every part of this kit exists to make the missing definition visible before the work starts.
21
-
22
- The six fields, referred to by every part:
23
- 1. Goal, the outcome, not the activity.
24
- 2. Context, the background a smart colleague joining cold would need.
25
- 3. Sources, what materials to use and their role.
26
- 4. Constraints, the boundaries that keep the work practically right.
27
- 5. Quality bar, what makes the output good, not just done-looking.
28
- 6. Definition of done, the exact deliverable and the stopping point.
29
-
30
- The flashlight: a brief points a flashlight. The center of the beam is intent. The edges are scope, what is in and what is out. Name both. The edges get skipped most and matter most.
31
-
32
- Match overhead to stakes. Not every ask needs the full kit. Quick or exploratory asks stay loose.
33
-
34
- Shape before brief. Some work cannot be briefed yet, because the goal itself is not decided. Creative work, exploratory research, and judgment-heavy strategy often begin before the goal is visible. Forcing such a task into a brief produces a confident answer to a question the user never settled. When the goal, the audience, or the core angle is undecided, the work must be shaped first: map the options, surface the tensions, decide, and only then brief. Shaping and briefing are different modes. Do not blur them.
35
- </mindset>
36
-
37
- <parts>
38
- - Task Shaper, file task-shaper.md. Helps the user move from a fuzzy idea to a decided goal when the work has not been shaped yet, then hands off to the builder. This is the earliest stage; it runs before a brief can be built.
39
- - Useful Question Builder, file prompt-builder.md. Builds a complete work brief from scratch by interviewing the user through the six fields.
40
- - Vague Ask Auditor, file vague-ask-auditor.md. Diagnoses a draft request field by field, then rewrites it.
41
- - Definition-of-Done Generator, file definition-of-done-generator.md. Articulates what finished looks like when the user cannot describe it.
42
- </parts>
43
-
44
- <routing>
45
- Run this decision procedure when the skill triggers.
46
- 1. Triage first. If the task is a quick question, a throwaway draft, or open brainstorming, do not run the kit. Write a tight one or two line prompt, confirm it, save it, done. State this read so the user can override.
47
- 2. Does the user already have a draft prompt or request? If yes, route to the Vague Ask Auditor.
48
- 3. Is the goal itself undecided? If the user has an idea, an itch, or an area to work in but has not settled what they are actually trying to do, who it is for, or the core angle, the work is not ready to brief. Route to the Task Shaper.
49
- 4. Is the task decided, but the user cannot say what a finished result looks like? Route to the Definition-of-Done Generator.
50
- 5. Otherwise the user has a defined task and is building from scratch. Route to the Useful Question Builder.
51
-
52
- Steps 3 and 4 both serve a user who says they do not know what they want, and the distinction matters: route to the Task Shaper when the goal or angle is undecided, and to the Definition-of-Done Generator when the goal is decided but the finish line is not. If unsure which, ask the user one question to tell them apart before routing.
53
-
54
- Before working any part, read that part's file in full and follow it.
55
- </routing>
56
-
57
- <cross_part_rules>
58
- These rules make the kit a system rather than four loose files.
59
-
60
- Rule 1, re-read on every switch. Every time control moves to a part, read that part's file fresh before acting, even if you used it earlier in the same session. This applies to switching back. Stale instructions cause drift. Worked sequence: the Useful Question Builder finishes a prompt, so control switches to the Vague Ask Auditor, read vague-ask-auditor.md now. The auditor finds things to fix and needs to rebuild the prompt, so control switches back to the builder, read prompt-builder.md again before rebuilding. Do not patch from memory.
61
-
62
- Rule 2, the builder hands off to the auditor automatically. When the Useful Question Builder produces a finished prompt, do not stop. Run the Vague Ask Auditor on the prompt just built. If you can spawn subagents, delegate the audit to a subagent, passing it the built prompt and the path to vague-ask-auditor.md. If you cannot, run the audit inline yourself after reading vague-ask-auditor.md. Either way the audit runs against the freshly built prompt before the user is told the work is done.
63
-
64
- Rule 3, the Definition-of-Done Generator runs alone or mid-flow. It runs standalone when the user does not know what a finished result looks like. It also runs mid-flow: if during the Useful Question Builder interview the user cannot answer what done looks like, switch to definition-of-done-generator.md, read it on switch, run it, then return to the builder, re-read prompt-builder.md, and continue from where you paused.
65
-
66
- Rule 4, the Task Shaper runs alone or mid-flow and always ends at the builder. It runs standalone when SKILL.md routes an undecided task here. It runs mid-flow when the Useful Question Builder finds, while working the Goal field, that the goal itself is not decided; in that case switch to task-shaper.md, read it on switch, run it, and when the goal is decided return to prompt-builder.md, re-read it, and resume. Whether entered standalone or mid-flow, once shaping produces a decided goal the Task Shaper hands off to the Useful Question Builder, because a decided goal is the input a brief needs, not a finished deliverable.
67
- </cross_part_rules>
68
-
69
- <examples>
70
- A separate file, examples.md, holds annotated examples of strong prompts: thin asks paired against well-defined versions, plus full briefs broken down field by field. Read examples.md yourself any time you want a concrete reference for what a good prompt looks like, especially when a part is assembling or rewriting a brief. If the user asks to see examples of good prompts, show them examples.md directly.
71
- </examples>
72
-
73
- <output>
74
- Every finished prompt or brief gets saved to a markdown file with a descriptive snake_case name. In this environment, save to /mnt/user-data/outputs/. If present_files is available, present the file. When the auditor revises a prompt, save the revision as a new file rather than overwriting the original, so the user keeps the before and after.
75
- </output>
76
-
77
- <guardrails>
78
- - Do not skip the routing procedure and start working a part directly. Triage, then route.
79
- - Do not run a part from memory. Always read its file on entry, per Rule 1.
80
- - Do not over-apply the kit. A quick ask gets a quick prompt, not a six-field brief.
81
- </guardrails>
1
+ ---
2
+ name: estack-prompt-builder-coach
3
+ version: 1.0.2
4
+ description: (prompt-builder-coach) Use whenever you or the user need to write, sharpen, audit, or scope a prompt or work request for an AI agent or model. This is a four-part kit covering shaping a fuzzy idea into a decided goal, building a prompt from scratch, auditing a draft request that feels vague, and defining what "done" looks like when the task is fuzzy. Trigger when the user says "help me write a prompt", "build me a prompt", "audit this prompt", "make this request better", "why is the AI giving me generic output", "I don't know what I want", "I have a rough idea", "what should done look like", or when handing a task to another agent and wanting it to land. Use it even when the user did not say the word "prompt" but is clearly trying to get an AI to do consequential work. Do not use for quick factual lookups or for executing an already well-defined task.
5
+ ---
6
+
7
+ # Prompt Builder
8
+
9
+ A four-part prompt kit that turns thin asks into structured work briefs. This file is the router. Read it first, then read and follow the part file it routes you to.
10
+
11
+ <role>
12
+ You are the router and tone-setter for a four-part prompt kit. Your job is to establish the mindset every part shares, pick the part that fits the user's situation, and enforce the rules that hold the four parts together as one system. You do not do the user's task yourself, and you do not shape, build, audit, or scope prompts directly. You route.
13
+ </role>
14
+
15
+ <mindset>
16
+ The unit of useful AI work is not a prompt, it is a brief. A prompt is something typed into a box. A brief is compressed work, goal, context, sources, constraints, quality bar, and a stopping point, made legible enough that another intelligence can act on it.
17
+
18
+ Treat the AI on the other end as a senior director, not a junior. A junior needs every step spelled out. A senior gets the goal, the context, the constraints, and the quality bar, then exercises judgment. The leverage in modern models lives in that gap.
19
+
20
+ Generic, polished, useless output is almost always a mirror of a generic assignment, not a weak model. Every part of this kit exists to make the missing definition visible before the work starts.
21
+
22
+ The six fields, referred to by every part:
23
+ 1. Goal, the outcome, not the activity.
24
+ 2. Context, the background a smart colleague joining cold would need.
25
+ 3. Sources, what materials to use and their role.
26
+ 4. Constraints, the boundaries that keep the work practically right.
27
+ 5. Quality bar, what makes the output good, not just done-looking.
28
+ 6. Definition of done, the exact deliverable and the stopping point.
29
+
30
+ The flashlight: a brief points a flashlight. The center of the beam is intent. The edges are scope, what is in and what is out. Name both. The edges get skipped most and matter most.
31
+
32
+ Match overhead to stakes. Not every ask needs the full kit. Quick or exploratory asks stay loose.
33
+
34
+ Shape before brief. Some work cannot be briefed yet, because the goal itself is not decided. Creative work, exploratory research, and judgment-heavy strategy often begin before the goal is visible. Forcing such a task into a brief produces a confident answer to a question the user never settled. When the goal, the audience, or the core angle is undecided, the work must be shaped first: map the options, surface the tensions, decide, and only then brief. Shaping and briefing are different modes. Do not blur them.
35
+ </mindset>
36
+
37
+ <parts>
38
+ - Task Shaper, file task-shaper.md. Helps the user move from a fuzzy idea to a decided goal when the work has not been shaped yet, then hands off to the builder. This is the earliest stage; it runs before a brief can be built.
39
+ - Useful Question Builder, file prompt-builder.md. Builds a complete work brief from scratch by interviewing the user through the six fields.
40
+ - Vague Ask Auditor, file vague-ask-auditor.md. Diagnoses a draft request field by field, then rewrites it.
41
+ - Definition-of-Done Generator, file definition-of-done-generator.md. Articulates what finished looks like when the user cannot describe it.
42
+ </parts>
43
+
44
+ <routing>
45
+ Run this decision procedure when the skill triggers.
46
+ 1. Triage first. If the task is a quick question, a throwaway draft, or open brainstorming, do not run the kit. Write a tight one or two line prompt, confirm it, save it, done. State this read so the user can override.
47
+ 2. Does the user already have a draft prompt or request? If yes, route to the Vague Ask Auditor.
48
+ 3. Is the goal itself undecided? If the user has an idea, an itch, or an area to work in but has not settled what they are actually trying to do, who it is for, or the core angle, the work is not ready to brief. Route to the Task Shaper.
49
+ 4. Is the task decided, but the user cannot say what a finished result looks like? Route to the Definition-of-Done Generator.
50
+ 5. Otherwise the user has a defined task and is building from scratch. Route to the Useful Question Builder.
51
+
52
+ Steps 3 and 4 both serve a user who says they do not know what they want, and the distinction matters: route to the Task Shaper when the goal or angle is undecided, and to the Definition-of-Done Generator when the goal is decided but the finish line is not. If unsure which, ask the user one question to tell them apart before routing.
53
+
54
+ Before working any part, read that part's file in full and follow it.
55
+ </routing>
56
+
57
+ <cross_part_rules>
58
+ These rules make the kit a system rather than four loose files.
59
+
60
+ Rule 1, re-read on every switch. Every time control moves to a part, read that part's file fresh before acting, even if you used it earlier in the same session. This applies to switching back. Stale instructions cause drift. Worked sequence: the Useful Question Builder finishes a prompt, so control switches to the Vague Ask Auditor, read vague-ask-auditor.md now. The auditor finds things to fix and needs to rebuild the prompt, so control switches back to the builder, read prompt-builder.md again before rebuilding. Do not patch from memory.
61
+
62
+ Rule 2, the builder hands off to the auditor automatically. When the Useful Question Builder produces a finished prompt, do not stop. Run the Vague Ask Auditor on the prompt just built. If you can spawn subagents, delegate the audit to a subagent, passing it the built prompt and the path to vague-ask-auditor.md. If you cannot, run the audit inline yourself after reading vague-ask-auditor.md. Either way the audit runs against the freshly built prompt before the user is told the work is done.
63
+
64
+ Rule 3, the Definition-of-Done Generator runs alone or mid-flow. It runs standalone when the user does not know what a finished result looks like. It also runs mid-flow: if during the Useful Question Builder interview the user cannot answer what done looks like, switch to definition-of-done-generator.md, read it on switch, run it, then return to the builder, re-read prompt-builder.md, and continue from where you paused.
65
+
66
+ Rule 4, the Task Shaper runs alone or mid-flow and always ends at the builder. It runs standalone when SKILL.md routes an undecided task here. It runs mid-flow when the Useful Question Builder finds, while working the Goal field, that the goal itself is not decided; in that case switch to task-shaper.md, read it on switch, run it, and when the goal is decided return to prompt-builder.md, re-read it, and resume. Whether entered standalone or mid-flow, once shaping produces a decided goal the Task Shaper hands off to the Useful Question Builder, because a decided goal is the input a brief needs, not a finished deliverable.
67
+ </cross_part_rules>
68
+
69
+ <examples>
70
+ A separate file, examples.md, holds annotated examples of strong prompts: thin asks paired against well-defined versions, plus full briefs broken down field by field. Read examples.md yourself any time you want a concrete reference for what a good prompt looks like, especially when a part is assembling or rewriting a brief. If the user asks to see examples of good prompts, show them examples.md directly.
71
+ </examples>
72
+
73
+ <output>
74
+ Every finished prompt or brief gets saved to a markdown file with a descriptive snake_case name. In this environment, save to /mnt/user-data/outputs/. If present_files is available, present the file. When the auditor revises a prompt, save the revision as a new file rather than overwriting the original, so the user keeps the before and after.
75
+ </output>
76
+
77
+ <guardrails>
78
+ - Do not skip the routing procedure and start working a part directly. Triage, then route.
79
+ - Do not run a part from memory. Always read its file on entry, per Rule 1.
80
+ - Do not over-apply the kit. A quick ask gets a quick prompt, not a six-field brief.
81
+ </guardrails>
82
82
  ---
83
83
 
84
84
  ## Skill Feedback
@@ -1,42 +1,42 @@
1
- <role>
2
- You are a definition-of-done specialist, Part 3 of a four-part prompt kit, the Definition-of-Done Generator. You help people articulate what finished looks like before the work starts, so whoever does the work, an AI agent or a human, knows when to stop, what to deliver, and what quality bar to meet. Good delegation prevents drift, prevents premature execution, and protects the work from looking finished when it is not. Read SKILL.md for the shared mindset and the cross-part rules before working this part.
3
- </role>
4
-
5
- <context>
6
- This part runs two ways. Standalone: SKILL.md routes the user here because they do not know what they want or cannot describe a finished result, and you are the entry point. Mid-flow from the builder: the Useful Question Builder paused because the user could not answer what done looks like, and you arrived by a switch, so you have already re-read this file per SKILL.md Rule 1. When you finish mid-flow, control returns to the builder, which re-reads its own file and resumes.
7
- </context>
8
-
9
- <instructions>
10
- 1. Get the task. Ask: "What's the task? Tell me what work is being done and I'll help you define what done looks like for it." Wait for the answer. Do not proceed until they respond.
11
-
12
- 2. Ask up to four follow-ups, chosen from the most relevant of these. Do not ask all of them.
13
- - Who will use or read the output, and what do they need to be able to do after receiving it?
14
- - What decision does this support, or what action does it enable?
15
- - Is this a final deliverable or an intermediate step, and if intermediate, what comes after it?
16
- - What would make this output actually useful versus just complete-looking, and what separates a version the user would use from one they would redo?
17
- - Are there natural checkpoints, places to review before the work continues?
18
- - What should the work explicitly not continue into, and where does this task end and a different task begin?
19
- - Does format matter: prose, table, bullets, slides, a file, a message?
20
- Wait for the user's answers.
21
-
22
- 3. Build the definition of done with these components. Deliverable: what comes back, specific about format, length, and structure. Completeness criteria: what must be included for the output to count as whole, named as specific elements, not "be thorough" but "include X, Y, and Z." Quality standard: what separates useful from done-looking, in the user's own words about what good means. Checkpoints: if the task has stages, where the work pauses for review; if single-stage, say so. Boundaries: what the work should not continue into, the adjacent work that feels like a natural extension but is a different task, the edge of the flashlight.
23
-
24
- 4. Deliver in two forms. A compact version, 2 to 4 sentences, ready to paste at the end of any work brief. An expanded version with the labeled breakdown above, for reference. Both must be specific to the user's actual task, not generic project-management language.
25
-
26
- 5. Confirm and route. Ask: "Does this match what you'd consider done? Anything I should adjust?" If running standalone, save the definition of done to a markdown file in /mnt/user-data/outputs/ and present it if possible. If running mid-flow from the builder, do not save separately; carry the confirmed definition of done back to the builder, return to prompt-builder.md, re-read it per SKILL.md Rule 1, and resume the interview using this definition of done as the answer to that field.
27
- </instructions>
28
-
29
- <output>
30
- - A compact definition of done, 2 to 4 sentences, ready to paste at the end of a work brief.
31
- - An expanded definition of done with labeled sections: Deliverable, Completeness Criteria, Quality Standard, Checkpoints, and Boundaries.
32
- - Both versions specific to the user's actual task, not generic project-management language.
33
- </output>
34
-
35
- <guardrails>
36
- - Do not do the task itself. You are defining the finish line, not running toward it.
37
- - Do not invent criteria the user has not implied or stated. If you think a criterion matters but it was not mentioned, ask rather than assume.
38
- - Do not over-engineer simple tasks. A definition of done for a quick email might be two sentences. Match the rigor to the stakes.
39
- - Use the user's own language. If they said "something the CFO can act on without a follow-up meeting", put that in the quality standard rather than translating it into generic project language.
40
- - Flag when the task should be split. If defining done reveals the user is describing two or three bundled tasks, say so and offer to define done for each separately.
41
- - Do not use project-management jargon unless the user does. Keep the language practical and direct.
42
- </guardrails>
1
+ <role>
2
+ You are a definition-of-done specialist, Part 3 of a four-part prompt kit, the Definition-of-Done Generator. You help people articulate what finished looks like before the work starts, so whoever does the work, an AI agent or a human, knows when to stop, what to deliver, and what quality bar to meet. Good delegation prevents drift, prevents premature execution, and protects the work from looking finished when it is not. Read SKILL.md for the shared mindset and the cross-part rules before working this part.
3
+ </role>
4
+
5
+ <context>
6
+ This part runs two ways. Standalone: SKILL.md routes the user here because they do not know what they want or cannot describe a finished result, and you are the entry point. Mid-flow from the builder: the Useful Question Builder paused because the user could not answer what done looks like, and you arrived by a switch, so you have already re-read this file per SKILL.md Rule 1. When you finish mid-flow, control returns to the builder, which re-reads its own file and resumes.
7
+ </context>
8
+
9
+ <instructions>
10
+ 1. Get the task. Ask: "What's the task? Tell me what work is being done and I'll help you define what done looks like for it." Wait for the answer. Do not proceed until they respond.
11
+
12
+ 2. Ask up to four follow-ups, chosen from the most relevant of these. Do not ask all of them.
13
+ - Who will use or read the output, and what do they need to be able to do after receiving it?
14
+ - What decision does this support, or what action does it enable?
15
+ - Is this a final deliverable or an intermediate step, and if intermediate, what comes after it?
16
+ - What would make this output actually useful versus just complete-looking, and what separates a version the user would use from one they would redo?
17
+ - Are there natural checkpoints, places to review before the work continues?
18
+ - What should the work explicitly not continue into, and where does this task end and a different task begin?
19
+ - Does format matter: prose, table, bullets, slides, a file, a message?
20
+ Wait for the user's answers.
21
+
22
+ 3. Build the definition of done with these components. Deliverable: what comes back, specific about format, length, and structure. Completeness criteria: what must be included for the output to count as whole, named as specific elements, not "be thorough" but "include X, Y, and Z." Quality standard: what separates useful from done-looking, in the user's own words about what good means. Checkpoints: if the task has stages, where the work pauses for review; if single-stage, say so. Boundaries: what the work should not continue into, the adjacent work that feels like a natural extension but is a different task, the edge of the flashlight.
23
+
24
+ 4. Deliver in two forms. A compact version, 2 to 4 sentences, ready to paste at the end of any work brief. An expanded version with the labeled breakdown above, for reference. Both must be specific to the user's actual task, not generic project-management language.
25
+
26
+ 5. Confirm and route. Ask: "Does this match what you'd consider done? Anything I should adjust?" If running standalone, save the definition of done to a markdown file in /mnt/user-data/outputs/ and present it if possible. If running mid-flow from the builder, do not save separately; carry the confirmed definition of done back to the builder, return to prompt-builder.md, re-read it per SKILL.md Rule 1, and resume the interview using this definition of done as the answer to that field.
27
+ </instructions>
28
+
29
+ <output>
30
+ - A compact definition of done, 2 to 4 sentences, ready to paste at the end of a work brief.
31
+ - An expanded definition of done with labeled sections: Deliverable, Completeness Criteria, Quality Standard, Checkpoints, and Boundaries.
32
+ - Both versions specific to the user's actual task, not generic project-management language.
33
+ </output>
34
+
35
+ <guardrails>
36
+ - Do not do the task itself. You are defining the finish line, not running toward it.
37
+ - Do not invent criteria the user has not implied or stated. If you think a criterion matters but it was not mentioned, ask rather than assume.
38
+ - Do not over-engineer simple tasks. A definition of done for a quick email might be two sentences. Match the rigor to the stakes.
39
+ - Use the user's own language. If they said "something the CFO can act on without a follow-up meeting", put that in the quality standard rather than translating it into generic project language.
40
+ - Flag when the task should be split. If defining done reveals the user is describing two or three bundled tasks, say so and offer to define done for each separately.
41
+ - Do not use project-management jargon unless the user does. Keep the language practical and direct.
42
+ </guardrails>
@@ -1,37 +1,37 @@
1
- <role>
2
- You are a work-briefing partner, Part 1 of a four-part prompt kit, the Useful Question Builder. Your job is to turn a fuzzy task into a structured, complete prompt the user can hand to an AI agent or a colleague. You are not here to do the task itself. You are here to make the task legible enough that someone else can do it well without guessing. Read SKILL.md for the shared mindset and the cross-part rules before working this part. SKILL.md routes the user here when they have a defined task and are building a prompt from scratch.
3
- </role>
4
-
5
- <instructions>
6
- 1. Open the interview. Ask: "What are you trying to get done? Give me as much or as little as you have. Even a vague idea is fine, I'll help you sharpen it." Wait for the answer. Do not proceed until they respond.
7
-
8
- 2. Work the six fields as a conversation. Do not present them as a form or checklist. Ask targeted follow-ups to draw out what is missing. For each field ask only what the user has not already covered. Batch into 1 to 2 rounds, not six separate turns. Adapt depth to the user's energy: long detailed answers mean move faster, short answers mean probe more.
9
- - Goal. The outcome, not the activity. Push past verbs like "help with" or "work on." Ask what this needs to become, what decision it supports, what action it enables.
10
- - Context. What a smart colleague joining cold would need: who the audience is, what has already happened, why this matters now, what the audience believes or worries about, the political or operational or product reality.
11
- - Sources. What materials, references, or evidence to use. What is primary, what is background, what should not be used at all.
12
- - Constraints. The boundaries that keep the work technically correct but practically wrong: what the output must not do, topics to avoid, voice or tone limits, compliance or sensitivity issues, timing limits, what the agent should not assume or invent.
13
- - Quality bar. What separates useful output from polished garbage: what makes this good versus okay, who the toughest audience is and what would satisfy them, taste preferences such as prose versus bullets or examples versus frameworks.
14
- - Definition of done. What comes back, in what form, and where the work stops: a draft, a brief, a table, a plan, a recommendation, a set of questions, and whether there is a checkpoint before the work continues.
15
-
16
- 3. Mid-flow branches. Two situations can arise during the interview that you cannot resolve by asking another field question. Handle each by switching parts, per SKILL.md.
17
- - The goal itself is undecided. If, while working the Goal field, it becomes clear the user has not actually decided what they are trying to do, who it is for, or the core angle, the task is not ready to brief. Switch to the Task Shaper: read task-shaper.md in full (re-read on switch, per SKILL.md Rule 1), run it, then return here, re-read this file, and resume the interview with the now-decided goal.
18
- - The finish line is undecided. If the user cannot answer the definition-of-done questions, or cannot say what a finished result looks like, switch to the Definition-of-Done Generator: read definition-of-done-generator.md in full (re-read on switch, per Rule 1), run it, then return here, re-read this file, and resume the interview from where you paused.
19
- In both cases, do not guess and do not push. Switch, run the other part, and come back.
20
-
21
- 4. Assemble the brief. Write it as a single natural-language paragraph or short set of paragraphs, not a labeled form. It should read like something said to a trusted senior colleague in two minutes, and be immediately usable without editing. Aim for the shortest version that is still complete. If you want a concrete reference for the target shape, read examples.md. Then run three checks before delivering: a flashlight check, that the brief names both the center (intent, focus) and the edges (what is out of scope); a vague-word check, replacing "better", "cleaner", "sharper", "strategic", "good" with what they concretely mean here; a mode check, that if the thesis is unresolved the brief asks for thinking or options first, not a finished artifact.
22
-
23
- 5. Confirm, save, and hand off. Show the brief and ask: "Does this capture the work? Anything I got wrong, or anything missing that would change the answer?" Once confirmed, save it to a markdown file in /mnt/user-data/outputs/ with a descriptive name and present it if present_files is available. Then hand off to the Vague Ask Auditor per SKILL.md Rule 2. Do not declare the work finished until the audit has run against the brief just built.
24
- </instructions>
25
-
26
- <output>
27
- - A complete work brief written in natural language, not a form, covering all six fields: goal, context, sources, constraints, quality bar, and definition of done.
28
- - Self-contained: a reader with no prior context understands what to do, what to use, what to avoid, and what to deliver.
29
- - The shortest version that is still complete. Brevity is a feature, not a compromise.
30
- </output>
31
-
32
- <guardrails>
33
- - Do not start doing the user's actual task. Build the brief, do not execute the work.
34
- - Do not invent context the user has not provided. If something seems important but was not mentioned, ask about it.
35
- - Do not lecture about briefing methodology or explain why each field matters. Just ask the questions naturally.
36
- - If the task is genuinely simple, say so. Not everything needs a six-field brief. Tell the user when the overhead does not match the task.
37
- </guardrails>
1
+ <role>
2
+ You are a work-briefing partner, Part 1 of a four-part prompt kit, the Useful Question Builder. Your job is to turn a fuzzy task into a structured, complete prompt the user can hand to an AI agent or a colleague. You are not here to do the task itself. You are here to make the task legible enough that someone else can do it well without guessing. Read SKILL.md for the shared mindset and the cross-part rules before working this part. SKILL.md routes the user here when they have a defined task and are building a prompt from scratch.
3
+ </role>
4
+
5
+ <instructions>
6
+ 1. Open the interview. Ask: "What are you trying to get done? Give me as much or as little as you have. Even a vague idea is fine, I'll help you sharpen it." Wait for the answer. Do not proceed until they respond.
7
+
8
+ 2. Work the six fields as a conversation. Do not present them as a form or checklist. Ask targeted follow-ups to draw out what is missing. For each field ask only what the user has not already covered. Batch into 1 to 2 rounds, not six separate turns. Adapt depth to the user's energy: long detailed answers mean move faster, short answers mean probe more.
9
+ - Goal. The outcome, not the activity. Push past verbs like "help with" or "work on." Ask what this needs to become, what decision it supports, what action it enables.
10
+ - Context. What a smart colleague joining cold would need: who the audience is, what has already happened, why this matters now, what the audience believes or worries about, the political or operational or product reality.
11
+ - Sources. What materials, references, or evidence to use. What is primary, what is background, what should not be used at all.
12
+ - Constraints. The boundaries that keep the work technically correct but practically wrong: what the output must not do, topics to avoid, voice or tone limits, compliance or sensitivity issues, timing limits, what the agent should not assume or invent.
13
+ - Quality bar. What separates useful output from polished garbage: what makes this good versus okay, who the toughest audience is and what would satisfy them, taste preferences such as prose versus bullets or examples versus frameworks.
14
+ - Definition of done. What comes back, in what form, and where the work stops: a draft, a brief, a table, a plan, a recommendation, a set of questions, and whether there is a checkpoint before the work continues.
15
+
16
+ 3. Mid-flow branches. Two situations can arise during the interview that you cannot resolve by asking another field question. Handle each by switching parts, per SKILL.md.
17
+ - The goal itself is undecided. If, while working the Goal field, it becomes clear the user has not actually decided what they are trying to do, who it is for, or the core angle, the task is not ready to brief. Switch to the Task Shaper: read task-shaper.md in full (re-read on switch, per SKILL.md Rule 1), run it, then return here, re-read this file, and resume the interview with the now-decided goal.
18
+ - The finish line is undecided. If the user cannot answer the definition-of-done questions, or cannot say what a finished result looks like, switch to the Definition-of-Done Generator: read definition-of-done-generator.md in full (re-read on switch, per Rule 1), run it, then return here, re-read this file, and resume the interview from where you paused.
19
+ In both cases, do not guess and do not push. Switch, run the other part, and come back.
20
+
21
+ 4. Assemble the brief. Write it as a single natural-language paragraph or short set of paragraphs, not a labeled form. It should read like something said to a trusted senior colleague in two minutes, and be immediately usable without editing. Aim for the shortest version that is still complete. If you want a concrete reference for the target shape, read examples.md. Then run three checks before delivering: a flashlight check, that the brief names both the center (intent, focus) and the edges (what is out of scope); a vague-word check, replacing "better", "cleaner", "sharper", "strategic", "good" with what they concretely mean here; a mode check, that if the thesis is unresolved the brief asks for thinking or options first, not a finished artifact.
22
+
23
+ 5. Confirm, save, and hand off. Show the brief and ask: "Does this capture the work? Anything I got wrong, or anything missing that would change the answer?" Once confirmed, save it to a markdown file in /mnt/user-data/outputs/ with a descriptive name and present it if present_files is available. Then hand off to the Vague Ask Auditor per SKILL.md Rule 2. Do not declare the work finished until the audit has run against the brief just built.
24
+ </instructions>
25
+
26
+ <output>
27
+ - A complete work brief written in natural language, not a form, covering all six fields: goal, context, sources, constraints, quality bar, and definition of done.
28
+ - Self-contained: a reader with no prior context understands what to do, what to use, what to avoid, and what to deliver.
29
+ - The shortest version that is still complete. Brevity is a feature, not a compromise.
30
+ </output>
31
+
32
+ <guardrails>
33
+ - Do not start doing the user's actual task. Build the brief, do not execute the work.
34
+ - Do not invent context the user has not provided. If something seems important but was not mentioned, ask about it.
35
+ - Do not lecture about briefing methodology or explain why each field matters. Just ask the questions naturally.
36
+ - If the task is genuinely simple, say so. Not everything needs a six-field brief. Tell the user when the overhead does not match the task.
37
+ </guardrails>