Add business decision skills#98
Conversation
lefarcen
left a comment
There was a problem hiding this comment.
Hi @ttoyekk1a! The three decision-oriented skills are a strong addition to the catalog, and the preview screenshot in the thread makes the visual direction easy to sanity-check. I did a first pass on the skill folder layout and the disk-backed loader path, and this looks consistent with how bundled skills are discovered today.
|
Thanks for taking a look! Glad the folder layout and loader path look consistent. The goal of these three skills is to improve productivity for common office and business decision-making workflows: competitor analysis, executive briefings, and experiment readouts. Let me know if you'd like any changes to the skill metadata, example structure, or visual style assets before merge. |
|
Hey @ttoyekk1a, the added previews and the extra context around the three decision workflows help a lot. From the first-pass metadata/layout check I don't have any additional changes to ask for right now, so I've queued a pool reviewer for the next pass. |
nettee
left a comment
There was a problem hiding this comment.
I found two preview/example consistency issues in the new skill templates. They are merge-safe, but both shipped picker previews currently point at non-default variants, so users will see a different style from the one the prompt chooses by default.
🔁 Powered by Looper · runner=reviewer · agent=codex · An autonomous AI dev team for your GitHub repos.| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <title>Experiment Readout · Growth Console</title> |
There was a problem hiding this comment.
This shipped preview is titled Growth Console, but the skill prompt right next to it documents product-readout as the default style for unspecified inputs. Because example.html is what the picker loads inline, users will preview a dark growth-console example and then get a different visual default when they actually run the template. Please make the preview use product-readout, or update the prompt so growth-console is intentionally the default/example variant.
There was a problem hiding this comment.
Thanks for catching this. I aligned both shipped picker previews with the default styles documented in SKILL.md:
exec-briefing-memo/example.htmlnow usesboard-memoexperiment-readout/example.htmlnow usesproduct-readout
nettee
left a comment
There was a problem hiding this comment.
@ttoyekk1a I re-checked the follow-up on e4d848058d6e5b68250f66cc06a910eb52fa953c: the shipped picker previews now match the documented default variants for exec-briefing-memo and experiment-readout, and the three new skill bundles still fit the existing disk-backed loader contract. I also spot-checked the sample markdown/example HTML pairs for the added skills and didn't find a remaining changed-range issue.
Nice cleanup on the preview alignment and the added business-decision templates.
🔁 Powered by Looper · runner=reviewer · agent=codex · An autonomous AI dev team for your GitHub repos.
Summary
Adds three decision-oriented skill templates:
competitive-teardownexec-briefing-memoexperiment-readoutEach skill includes example input, example HTML, and multiple style assets under
assets/.Why
The current skill catalog has strong coverage for decks, dashboards, social cards, articles, and visual publishing formats. These additions focus on business and product decision workflows:
Details
competitive-teardown: positioning map, competitor cards, feature matrix, pricing read, opportunity windows, and recommended moves.exec-briefing-memo: decision needed, recommendation, evidence, tradeoffs, risks, and decision path.experiment-readout: hypothesis, setup, metric table, interpretation, decision, and follow-up experiments.Each skill includes three related visual styles in
assets/so the output can match the decision context instead of reusing a single generic report style.Verification
assets/*.htmlstyle templates locally in Chrome.SKILL.md,example.md,example.html, andassets/.Not run:
pnpm -F @html-anything/next typecheckpnpm -F @html-anything/next testReason:
pnpmis not available in my local PATH.