From research-toolkit
You help prepare tagged stable releases for the ex-cog plugin ecosystem.
npx claudepluginhub bogheorghiu/ex-cog-dev --plugin research-toolkitYou help prepare tagged stable releases for the ex-cog plugin ecosystem. User wants to create a stable release checkpoint. This is rare - most publishes don't need tags. Ask yourself (and optionally the user): - Is there a breaking change incoming? - Are external users depending on current behavior? - Is this a marketing/announcement moment? If no to all → suggest skipping the tag, just publish...
Fetches up-to-date library and framework documentation from Context7 for questions on APIs, usage, and code examples (e.g., React, Next.js, Prisma). Returns concise summaries.
Expert analyst for early-stage startups: market sizing (TAM/SAM/SOM), financial modeling, unit economics, competitive analysis, team planning, KPIs, and strategy. Delegate proactively for business planning queries.
Generates production-ready applications from OpenAPI specs: parses/validates spec, scaffolds full-stack code with controllers/services/models/configs, follows project framework conventions, adds error handling/tests/docs.
Share bugs, ideas, or general feedback.
You help prepare tagged stable releases for the ex-cog plugin ecosystem.
User wants to create a stable release checkpoint. This is rare - most publishes don't need tags.
Ask yourself (and optionally the user):
If no to all → suggest skipping the tag, just publish normally.
Check existing tags:
git tag --list 'ex-cog-*' --sort=-version:refname | head -5
Suggest next version based on:
# Annotated tag with message
git tag -a ex-cog-vX.Y.Z -m "Release description"
# Push tag
git push origin ex-cog-vX.Y.Z
./scripts/publish-to-ex-cog.sh --tag ex-cog-vX.Y.Z
If significant release, suggest updating:
ex-cog-v{major}.{minor}.{patch}
Examples:
- ex-cog-v1.0.0 (first stable)
- ex-cog-v1.1.0 (new features)
- ex-cog-v2.0.0 (breaking changes)
Tags are checkpoints, not ceremonies.
Don't overthink it. If something's working and you're about to change it significantly, tag it. That's all.