@ckelsoe/prompt-architect 3.2.1 → 3.3.1

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 (34) hide show
  1. package/.claude-plugin/marketplace.json +3 -3
  2. package/.claude-plugin/plugin.json +2 -2
  3. package/CHANGELOG.md +116 -5
  4. package/MIGRATION.md +1 -1
  5. package/README.md +42 -45
  6. package/adapters/README.md +1 -1
  7. package/adapters/system-prompt.md +41 -11
  8. package/package.json +5 -4
  9. package/scripts/install.js +52 -22
  10. package/scripts/test.js +62 -40
  11. package/scripts/validate-skill.js +184 -56
  12. package/skills/prompt-architect/SKILL.md +49 -47
  13. package/skills/prompt-architect/assets/templates/chain-of-density_template.txt +60 -30
  14. package/skills/prompt-architect/assets/templates/iterative-compression_template.txt +59 -0
  15. package/skills/prompt-architect/references/frameworks/ape.md +2 -0
  16. package/skills/prompt-architect/references/frameworks/bab.md +2 -0
  17. package/skills/prompt-architect/references/frameworks/cai-critique-revise.md +1 -1
  18. package/skills/prompt-architect/references/frameworks/chain-of-density.md +95 -423
  19. package/skills/prompt-architect/references/frameworks/chain-of-thought.md +17 -12
  20. package/skills/prompt-architect/references/frameworks/co-star.md +2 -0
  21. package/skills/prompt-architect/references/frameworks/ctf.md +3 -1
  22. package/skills/prompt-architect/references/frameworks/iterative-compression.md +481 -0
  23. package/skills/prompt-architect/references/frameworks/pre-mortem.md +6 -6
  24. package/skills/prompt-architect/references/frameworks/race.md +2 -0
  25. package/skills/prompt-architect/references/frameworks/react.md +1 -1
  26. package/skills/prompt-architect/references/frameworks/reverse-role.md +1 -1
  27. package/skills/prompt-architect/references/frameworks/rise.md +27 -8
  28. package/skills/prompt-architect/references/frameworks/risen.md +2 -0
  29. package/skills/prompt-architect/references/frameworks/rtf.md +2 -0
  30. package/skills/prompt-architect/references/frameworks/skeleton-of-thought.md +1 -1
  31. package/skills/prompt-architect/references/frameworks/step-back.md +1 -1
  32. package/skills/prompt-architect/references/frameworks/tidd-ec.md +19 -6
  33. package/skills/prompt-architect/scripts/framework_analyzer.py +0 -807
  34. package/skills/prompt-architect/scripts/prompt_evaluator.py +0 -336
@@ -2,7 +2,9 @@
2
2
 
3
3
  ## Overview
4
4
 
5
- TIDD-EC is a precision-focused prompt engineering framework that excels in providing clear boundaries and actionable guidance through explicit "Dos and Don'ts." Originally documented alongside CO-STAR, it emphasizes clarity and specificity in task execution, making it ideal for tasks requiring detailed instructions and explicit constraints.
5
+ TIDD-EC is a precision-focused prompt template that provides clear boundaries and actionable guidance through explicit "Dos and Don'ts." It emphasizes clarity and specificity in task execution, making it useful for tasks requiring detailed instructions and explicit constraints.
6
+
7
+ **Origin:** Community convention, no verified originator. The earliest traceable appearance is "Mastering Prompt Engineering: A Guide to the CO-STAR and TIDD-EC Frameworks," published 5 February 2024 on Medium by the corporate account **Vivas.AI** (Vuram Technology Solutions Pvt. Ltd., Chennai). That post names no individual author and cites no source, introducing the framework only as "another framework emerges on the horizon." No earlier source, named originator, or published evaluation of TIDD-EC could be found. Not research-backed.
6
8
 
7
9
  **Key Strength**: Explicit positive (Do) and negative (Don't) guidance prevents errors and misinterpretations.
8
10
 
@@ -435,18 +437,29 @@ When applying TIDD-EC, verify:
435
437
  - [ ] Context includes relevant constraints
436
438
  - [ ] All components work together coherently
437
439
 
438
- ## Research Sources
440
+ ## Provenance
439
441
 
440
- Based on authoritative sources documenting TIDD-EC alongside CO-STAR:
442
+ TIDD-EC has no verified originator and no academic basis. The full traceable source set is three items, honestly assessed:
441
443
 
442
- 1. **Mastering Prompt Engineering: A Guide to the CO-STAR and TIDD-EC Frameworks** - Vivas.AI, Medium
444
+ 1. **Vivas.AI, "Mastering Prompt Engineering: A Guide to the CO-STAR and TIDD-EC Frameworks"** Medium, 5 February 2024
443
445
  - [https://vivasai01.medium.com/mastering-prompt-engineering-a-guide-to-the-co-star-and-tidd-ec-frameworks-3334588cb908](https://vivasai01.medium.com/mastering-prompt-engineering-a-guide-to-the-co-star-and-tidd-ec-frameworks-3334588cb908)
446
+ - *This is the origin, not corroboration of it.* Corporate account, no individual byline, no citations. Every later mention traces back here.
444
447
 
445
- 2. **Mastering Prompt Engineering: A Guide to the CO-STAR and TIDD-EC Frameworks** - GPT Teams
448
+ 2. **GPT Teams, same title**
446
449
  - [https://gptteams.ai/articles/mastering-prompt-engineering-a-guide-to-the-co-star-and-tidd-ec-frameworks](https://gptteams.ai/articles/mastering-prompt-engineering-a-guide-to-the-co-star-and-tidd-ec-frameworks)
450
+ - *Not independent.* Same title and content as (1), carrying a Vivas.AI-affiliated byline and pointing readers back to vivas.ai. A same-organization republication; it adds no evidentiary weight.
447
451
 
448
- 3. **In conversation with AI - when Prompt Engineering meets Linguistics** - Scott Logic Blog
452
+ 3. **Hélène Sauvé, "In conversation with AI when Prompt Engineering meets Linguistics"** Scott Logic, 12 July 2024
449
453
  - [https://blog.scottlogic.com/2024/07/12/when-prompt-engineering-meets-linguistics.html](https://blog.scottlogic.com/2024/07/12/when-prompt-engineering-meets-linguistics.html)
454
+ - *Passing mention only.* TIDD-EC appears in a single clause, and is expanded there **without the E and C**. Evidence the acronym circulated; not evidence of origin or efficacy.
455
+
456
+ **These are not "authoritative sources."** They are one origin post, one republication of it, and one one-line mention. The template below remains practically useful — explicit Do/Don't constraints are a sound prompting tactic independent of this acronym — but the acronym itself carries no authority.
457
+
458
+ **Correction:** an earlier version of this file said TIDD-EC was "originally documented alongside CO-STAR." That was misleading. CO-STAR is separately attributable to **GovTech Singapore's Data Science & AI team** (popularized by Sheila Teo). Teo's article does not mention TIDD-EC, and no GovTech or Teo source connects the two. The only link is that one Medium post happened to describe both frameworks in the same article — which is not shared provenance.
459
+
460
+ **Naming caution:** "Vivas.AI" above (a Chennai company) is unrelated to "Fabio Vivas" (fvivas.com), cited in `rise.md`. Do not merge them.
461
+
462
+ **Confusable:** exabytes.my documents **TID-EC** = Task, Input, Desired Output, Example, Context. Different acronym, different framework.
450
463
 
451
464
  ## Key Takeaways
452
465