mohitagw15856
84eefcabd6
fix: move templates contributing guide to templates/CONTRIBUTING.md
2026-05-05 23:31:59 +01:00
mohitagw15856
e5377ca61a
feat: v8.0.0 — first agent template (PM Sprint Agent) following Anthropic's agent template architecture
...
- Added templates/pm-sprint-agent/ directory with full agent template
- AGENT.md system prompt with explicit step-by-step workflow
- 2 subagents: capacity-analyst and risk-scorer
- 2 connectors: linear and jira (with example configs)
- Symlinked skills from main library: sprint-planning, sprint-brief
- orchestrate.sh end-to-end workflow script
- examples/ folder with input and output examples
- tests/ folder with smoke test
- Updated README to position skills as building blocks for agent templates
- Added Anthropic agent templates announcement reference (May 5, 2026)
- Bumped marketplace.json to v8.0.0
- Listed 7 candidate agent templates this library supports
This is the first agent template in the library. More to follow.
2026-05-05 23:26:08 +01:00
mohitagw15856
c1d47fa1ae
update path
2026-04-23 15:36:09 +01:00
mohitagw15856 and Claude Sonnet 4.6
c0544fb76a
feat: v7.0.0 — 6 new engineering skills, badges, milestone tracker, SKILL_REQUEST.md
...
New skills added to pm-engineering bundle (now 10 skills total):
- debugging-log-analyser: stack trace → structured root cause diagnosis + fix
- pr-description-writer: diff/commits → reviewer-ready PR description
- system-design-interview: full system design with capacity, components, trade-offs
- changelog-generator: git log → polished Keep a Changelog entry
- test-strategy-doc: spec/PRD → complete test strategy with P0/P1 test cases
- runbook-writer: operational runbooks with exact commands, rollback, and escalation
README updates:
- 5 shields.io badges (stars, skill count, version, install, license)
- "See It in Action" demo section
- pm-engineering added to Quick Install list
- Star Milestone Tracker (100/250/500/1000 stars roadmap)
- Engineering table extended from 4 to 10 skills (41–50)
- Article 14 link resolved from remote merge
Config updates:
- marketplace.json: v6.0.0 → v7.0.0, "106 skills"
- pm-engineering plugin.json: v1.0.0 → v2.0.0
New file: SKILL_REQUEST.md — community skill voting board
Co-Authored-By: Claude Sonnet 4.6 <[email protected] >
2026-04-23 15:21:43 +01:00
mohitagw15856 and Claude Sonnet 4.6
44d211b934
fix: update marketplace.json to v6.0.0 with 100 skills
...
Bumps top-level version from 5.2.0 → 6.0.0, updates description to
reflect 100 skills, and syncs 6 plugin entries (pm-gtm, pm-finance,
pm-hr, pm-sales, pm-operations, pm-cross) to version 1.1.0 with
updated descriptions including the 7 new skills.
Co-Authored-By: Claude Sonnet 4.6 <[email protected] >
2026-04-20 21:05:31 +01:00
mohitagw15856 and Claude Sonnet 4.6
35364c7512
fix: update plugin.json for 6 bundles with new skills and version bumps
...
- pm-gtm v1.1.0: added seo-content-brief, media-pitch
- pm-finance v1.1.0: added tax-planning-checklist
- pm-hr v1.1.0: added change-management-plan
- pm-sales v1.1.0: added sales-forecasting-model
- pm-operations v1.1.0: added workshop-facilitation-guide
- pm-cross v1.1.0: added teaching-lesson-plan
Updated descriptions and keywords in all 6 plugin.json files
Co-Authored-By: Claude Sonnet 4.6 <[email protected] >
2026-04-20 21:02:14 +01:00
mohitagw15856 and Claude Sonnet 4.6
513e1d3ce7
fix: sync all skill updates and new skills into plugin bundles
...
- Synced 97 existing skill SKILL.md files from skills/ to their plugin bundle copies
- Added 7 new skills to plugin bundles:
- seo-content-brief, media-pitch -> pm-gtm
- tax-planning-checklist -> pm-finance
- change-management-plan -> pm-hr
- sales-forecasting-model -> pm-sales
- workshop-facilitation-guide -> pm-operations
- teaching-lesson-plan -> pm-cross
Co-Authored-By: Claude Sonnet 4.6 <[email protected] >
2026-04-20 21:00:08 +01:00
mohitagw15856 and Claude Sonnet 4.6
b6e0cbc31b
merge: incorporate remote README updates (article links for parts 10-11)
...
Co-Authored-By: Claude Sonnet 4.6 <[email protected] >
2026-04-20 20:54:59 +01:00
mohitagw15856 and Claude Sonnet 4.6
f3b9d008fe
feat: 100 skills milestone — 7 new skills + quality improvements across all 93
...
New skills added:
- teaching-lesson-plan: structured lesson plans for any subject/audience/setting
- seo-content-brief: complete SEO briefs with intent, competitor gaps, and outline
- media-pitch: story-first journalist pitches with angle development framework
- change-management-plan: stakeholder analysis, comms strategy, adoption metrics
- workshop-facilitation-guide: activity instructions, decision protocols, facilitator moves
- sales-forecasting-model: pipeline model, scenario analysis, assumption log
- tax-planning-checklist: year-end tax planning across income, pension, CGT, reliefs
Quality improvements across all 93 existing skills:
- Standardised description format: "Verb the thing. Use when X. Produces Y."
- Added Required Inputs section to all skills missing it (prompts for missing info)
- Added Quality Checks section to all skills missing it (specific, not generic)
- Fixed broken multiline YAML descriptions
- Removed non-standard frontmatter keys (tool_integration, metadata blocks)
README updated to v6.0.0 with 100-skill count, new skill tables, and article series
Co-Authored-By: Claude Sonnet 4.6 <[email protected] >
2026-04-20 20:52:31 +01:00
mohitagw15856
34b0f780e6
feat: Opus 4.7 release — 3 new vision/document skills, 3 updated skills (v5.2.0, 93 skills)
2026-04-17 12:07:27 +01:00
mohitagw15856
69a319688f
fix: update marketplace.json to v5.1.0 — 22 plugins including pm-figma
2026-04-08 20:07:01 +01:00
mohitagw15856
254e389593
fix: add missing pm-figma plugin.json
2026-04-08 20:00:52 +01:00
mohitagw15856
7db88b1a2d
feat: add pm-figma bundle — 10 Figma skills for PMs and designers (v5.1.0, 90 skills total)
2026-04-08 19:48:07 +01:00
mohitagw15856 and Claude Sonnet 4.6
14d191cda0
chore: remove shell scripts from repo
...
Internal bash scripts don't need to be public — removed from tracking.
.gitignore already excludes *.sh going forward.
Co-Authored-By: Claude Sonnet 4.6 <[email protected] >
2026-04-05 13:11:44 +01:00
mohitagw15856
2e17d68eaa
feat: add 27 new skills across 7 professions — 80 skills, 21 plugins (v5.0.0)
2026-04-05 12:48:16 +01:00
mohitagw15856
380a1dde21
docs: add CODE_OF_CONDUCT and SECURITY policy
2026-04-02 10:37:30 +01:00
mohitagw15856
e612ba45b1
fix: update marketplace.json to v4.0.0 with 14 plugins
2026-04-02 09:54:42 +01:00
mohitagw15856
fb235be09a
feat: add 6 new plugin bundles (pm-gtm, pm-engineering, pm-data, pm-people, pm-design, pm-business)
2026-04-02 09:35:59 +01:00
mohitagw15856
f9b79a48b9
add folders in plugins
2026-04-02 09:19:07 +01:00
mohitagw15856
7ad6ec62fa
merge remote changes
2026-04-02 09:04:17 +01:00
mohitagw15856
c3efe0cdef
feat: add go-to-market
2026-04-02 09:01:04 +01:00
mohitagw15856
6af3f21689
feat: add 20 new skills across 6 professions (skills 34-53) + open source contributing guide
2026-04-02 08:51:21 +01:00
mohitagw15856
d1b06591cb
add plugin.json manifests for all 8 PM skill bundles
2026-03-23 08:22:21 +00:00
mohitagw15856
6113761ecb
add marketplace plugin structure
2026-03-23 08:13:37 +00:00
mohitagw15856
96109f1cdd
move skills into skills/ directory
2026-03-22 20:07:15 +00:00