Two business-plan idea posts + pressure-test skill + codified idea sections - #220
Merged
Merged
Conversation
Add two /thoughts idea posts capturing business concepts as board-ready ideas, each enriched with the site's interactive components: - idea-islamic-art-coasters: the "LEGO of Islamic art" snap-on coaster business (pain/relief admonitions, a snap-loop FlowDiagram, a persona UseCaseDiagram, a Shopify storefront Mockup). - idea-todo-agent: a dump-and-organize MCP connector (admonitions, a persona UseCaseDiagram, a dump-to-file Walkthrough, a compounding-value flywheel FlowDiagram, a name brainstorm, an on-device-inference branch). Add the pressure-test-business-idea skill: the four-move method (wedge-first, honest-numbers, accumulation-moat, Phase-0 pull test) that both posts were run through, plus the tag glosses the board needs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WRtyLha5c6gN3VJ6cEqRPu
…blog-kinds.json
Add a `sections` array to the `idea` kind (profile: business-plan): 14
recommended body sections, each with the QUESTION it answers and one-line
guidance, encoding the "frame each section around its question" convention
as data. Sections are recommended, not gated.
validate-post-outline.js gains a warn-tier `missing-section` check that
fires only for a post matching the kind's `sectionsProfile`, matching on
the stable `anchor` (a post may rename a heading and pin the anchor via
`## Title {#anchor}`). Also fixes a pre-existing gap: the outline
validator never scanned thoughts/mindset/questions (added to DEFAULT_DIRS
+ isBlogPost), so /thoughts posts were unchecked.
Both idea posts pin their qualified-heading anchors and gain an "A name
for it" section. Guidance re-synced in author-post/kinds/idea.md +
manage-kinds/SKILL.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WRtyLha5c6gN3VJ6cEqRPu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two
/thoughtsidea posts capturing business concepts as board-ready ideas, the reusable skill they were run through, and the taxonomy work to codify the business-plan structure.Content
idea-islamic-art-coasters— the "LEGO of Islamic art" snap-on coaster business. Enriched with pain/relief admonitions, a snap-loop<FlowDiagram>, a persona<UseCaseDiagram>, a Shopify<Mockup>, and a name-candidate section.idea-todo-agent— a dump-and-organize MCP connector (bring-your-own-Claude, subscription + rate limits). Enriched with admonitions, a persona<UseCaseDiagram>, a dump-to-file<Walkthrough>, a compounding-value flywheel<FlowDiagram>, a name section, and an on-device-inference strategy branch.Skill
pressure-test-business-idea— the four-move method (wedge-first · honest-numbers · accumulation-moat · Phase-0 pull test) both posts were run through, producing a go/kill/park readout.Taxonomy / validator
blog-kinds.json: theideakind gains asectionsarray (profilebusiness-plan): 14 recommended body sections, each with the QUESTION it answers + guidance. Recommended, not gated.validate-post-outline.js: a warn-tiermissing-sectioncheck that fires only for posts matching a kind'ssectionsProfile, matching on the stableanchor(rename-safe via## Title {#anchor}pins). Also fixes a pre-existing gap: the outline validator never scannedthoughts/mindset/questions(now inDEFAULT_DIRS+isBlogPost), so the whole temporal-thought collection was unchecked.author-post/kinds/idea.md+manage-kinds/SKILL.md; tag glosses added inidea-tags.ts.Verification
make check(MDX lint): all 514 files compile.validate-post-outline/validate-naming/validate-idea-tags/validate-kinds-guidance: PASS. Both posts clean.--selfteststill bites.<UseCaseDiagram>overlap-gate crash.draft: true(dev-only; excluded from the prod build until published).🤖 Generated with Claude Code
https://claude.ai/code/session_01WRtyLha5c6gN3VJ6cEqRPu