v1.1.0 #3
zszendro
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
A content release that turned into a correctness one. If you installed via
git cloneinto your skills directory, it never worked — see Fixed below.Added
Four new challenge surfaces, taking the library from 16 to 20:
Three new moat patterns, taking the set from 9 to 12: embedded distribution, proprietary model or eval set (the AI-era counterpart to "generate the data"), and regulatory or license position. "Sequence the moat" renumbers to 12 to stay last as the capstone.
A worked example —
references/example-teardown.md. One idea run end to end, with 14 footnoted sources rather than illustrative figures. The research inverted the verdict: the idea as briefed turned out to be a competitor's core product funded at ~$85M, the "nobody has this data" moat was false, and the city that motivated it had already cut review times from 15 weeks to 3. Which is the point — that's what a real teardown does.A conversational close. Delivery now names the one or two things the analysis is least sure about, then offers three or four specific next steps: expand a named challenge, a PDF, a one-page executive summary, a deck outline, re-run the economics on your numbers, or a teardown of the reframe itself.
Fixed
The Claude Code install instruction never worked. Personal skills resolve at
~/.claude/skills/<name>/SKILL.mdand discovery does not recurse, so cloning this repo's root putSKILL.mdone directory too deep. There was no error — the skill simply never appeared. Use the symlink route in the README instead, which also makesgit pullthe update path.The Claude apps instruction described a flow that doesn't exist. The real path is Customize → Skills → Add → Upload a skill. The README now also explains that this is a cloud upload stored against your account — which is why no local folder appears after installing that way — along with the plan requirements and the fact that the two install routes don't sync.
Changed
SKILL.mdundermetadata, deliberately not as a top-levelversion:key — that would break.skillpackaging and claude.ai upload, which validate against the six-field Agent Skills spec.scripts/validate.pyandscripts/package.shmake the bundle reproducible, with validation that fails the build rather than the upload.SKILL.md. Verified end to end — 5,933 words with every section intact, from a run given no hint that length was being measured.Install
Download
vc-teardown.skillbelow, then Customize → Skills → Add → Upload a skill. Requires a Pro, Max, Team or Enterprise plan with code execution enabled.For Claude Code, use the symlink route in the README.
v1.0.1 remains published and downloadable here.
This discussion was created from the release v1.1.0.
All reactions