Skip to content

Add business decision skills#98

Merged
nettee merged 2 commits into
nexu-io:mainfrom
ttoyekk1a:business-decision-skills
Jun 2, 2026
Merged

Add business decision skills#98
nettee merged 2 commits into
nexu-io:mainfrom
ttoyekk1a:business-decision-skills

Conversation

@ttoyekk1a

Copy link
Copy Markdown
Contributor

Summary

Adds three decision-oriented skill templates:

  • competitive-teardown
  • exec-briefing-memo
  • experiment-readout

Each 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:

  • external competitor analysis
  • internal executive decision memos
  • product experiment readouts

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

  • Rendered all 9 assets/*.html style templates locally in Chrome.
  • Confirmed each skill includes SKILL.md, example.md, example.html, and assets/.

Not run:

  • pnpm -F @html-anything/next typecheck
  • pnpm -F @html-anything/next test

Reason: pnpm is not available in my local PATH.

@ttoyekk1a

ttoyekk1a commented May 30, 2026

Copy link
Copy Markdown
Contributor Author

Added rendered previews for the new skill styles.

Overview of the 9 style assets:

Default examples:

  • competitive-teardown
  • exec-briefing-memo
  • experiment-readout
style-overview

@lefarcen lefarcen left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@ttoyekk1a

Copy link
Copy Markdown
Contributor Author

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.

@lefarcen lefarcen requested a review from nettee May 31, 2026 06:25
@lefarcen

Copy link
Copy Markdown

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 nettee left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread next/src/lib/templates/skills/exec-briefing-memo/example.html Outdated
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Experiment Readout · Growth Console</title>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

🔁 Powered by Looper · runner=reviewer · agent=codex · An autonomous AI dev team for your GitHub repos.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this. I aligned both shipped picker previews with the default styles documented in SKILL.md:

  • exec-briefing-memo/example.html now uses board-memo
  • experiment-readout/example.html now uses product-readout

@nettee nettee left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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.

@nettee nettee merged commit b54a0fb into nexu-io:main Jun 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants