Commit graph

9 commits

Author SHA1 Message Date
Parley Hatch
8aca00b577 feat(numencore-core): harden pipeline from orchestrate dogfood feedback
Address five friction points from first full orchestrate run:
- implementor: add interfaces_changed report field for contract shifts
- validator: read spec files directly instead of relying on inlined contracts
- decompose: support section-level context file references
- orchestrate: section extraction, interface change propagation, structured
  retry prompt assembly, build verification at group boundaries only
- sprint: add success criteria to doc template, build verification on
  in-session execution, explicit implementor agent hand-off, conventions
  path in implementation prompt

Bump to v0.5.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 17:21:55 -06:00
Parley Hatch
9b21c79068 feat(numencore-core): rewrite skills, add sprint/create, extract agents
Rewrote all existing skills for clarity and consistency, added /sprint
(session workhorse) and /create (skill/agent/hook builder), extracted
implementor and validator into standalone agent definitions, and removed
the old skill-creator skill and inline orchestrator prompts. Bump to 0.4.0.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 16:35:46 -06:00
Parley Hatch
9ee55e0299 feat(numencore-core): add handoff sections and CLAUDE.md updates to all skills
- each skill updates CLAUDE.md on completion with current phase and next step
- plan-check handoff explicitly directs user to fresh session for orchestrate
- add Edit tool to allowed-tools for CLAUDE.md management
2026-03-20 00:17:25 -06:00
Parley Hatch
96c8e46740 feat(numencore-core): add orchestrate skill with subagent templates
- single entry point for the full workflow chain
- phase detection routes to correct skill based on ./design/ state
- implementor and validator prompt templates for subagent dispatch
2026-03-20 00:08:08 -06:00
Parley Hatch
9d0b23eca1 feat(numencore-core): add decompose and plan-check skills
- decompose breaks specs into atomic task files with dependencies
- plan-check validates the task plan before orchestrator dispatch
2026-03-19 23:42:46 -06:00
Parley Hatch
85b682e6a9 feat(numencore-core): add spec skill and exclude design directory
- spec skill produces technical specifications from brainstorm concepts
- add design/ to .gitignore for local-only project state
2026-03-19 22:54:02 -06:00
Parley Hatch
5bd2cabaf9 docs: add skill registration and cache invalidation workflow 2026-03-19 21:51:28 -06:00
Parley Hatch
dd8898832d feat(numencore-core): add brainstorm skill 2026-03-19 21:44:42 -06:00
Parley Hatch
5e7054deb6 feat: initialize plugin marketplace with core plugins
- add marketplace.json, README, and .gitignore
- add git-tools plugin with commit-format skill
- add numencore-core plugin with skill-creator skill
2026-03-19 21:07:48 -06:00