I built a Codex Skill + Plugin called Industry Brief Generator.
The idea is simple: do not let the agent jump straight from research to a polished final brief.
For industry news and market updates, the hardest part is often not writing. It is story selection:
- Which items are actually relevant?
- Which ones are just company soft copy?
- Which ones are generic finance news?
- Which sources are current and reliable?
- When should the agent stop instead of filling the count?
So this workflow uses a candidate-first contract.
Flow:
- The user enters industry, target market, focus topics, exclusions, final use case, and preferred language.
- The Skill generates 20 sourced candidate topics.
- The user selects 8.
- Only then does it generate the final brief, poster-style summary, and channel-ready copy.
It currently includes:
- Chinese Codex Skill
- English Codex Skill
- bilingual Codex Plugin
- reusable YAML industry configs
- unsupported / low-information industry protocol
- poster QA checklist
- candidate-pool and final-brief templates
Trust rules:
- no fabricated sources
- no fake dates
- no filler just to reach the target count
- no soft copy repackaged as industry news
- no final brief before explicit user selection
Current traction:
- 43 GitHub stars
- 3 forks
- 250 downloads on WorkBuddy SkillHub
GitHub:
ndustry-brief-generator-plugin
I would love feedback on:
- the candidate-first contract
- how to make Skills easier for non-technical users to install
- whether this pattern should become a reusable template for other research workflows