Skip to content

feat(PROJ-000): add generic agentic pattern examples - #3

Merged
HenryCordes merged 2 commits into
mainfrom
henry/PROJ-000-agentic-pattern-examples
Jul 14, 2026
Merged

feat(PROJ-000): add generic agentic pattern examples#3
HenryCordes merged 2 commits into
mainfrom
henry/PROJ-000-agentic-pattern-examples

Conversation

@HenryCordes

Copy link
Copy Markdown
Owner

Summary

Add one generic example of each context-engineering pattern category the repo teaches but didn't itself demonstrate, so a reader can learn every pattern from the repo. Generic on purpose, matching the sanitized-repo promise.

Changes

  • .claude/commands/new-spec.md — slash command scaffolding a spec + implementation-plan pair
  • .claude/skills/scaffold-module.md — generator skill for a new src/<name>/ module (types + impl + colocated test)
  • .claude/agents/review-standards.md — dispatchable standards-reviewer subagent (single-target counterpart to parallel-review)
  • .claude/workflows/generate-tests.js — parallel test-generation workflow mirroring parallel-review.js
  • docs/ARCHITECTURE.md — the repo's own layout, indexed from AGENTS.md
  • Wired into AGENTS.md (doc index), CLAUDE.md (commands/skills/agents/workflows), README.md (context bullets + repo tour)
  • No src/ behaviour changed; no new dependencies

Testing

  • pnpm lint && pnpm format:check && pnpm typecheck && pnpm test — all green locally (21 tests)
  • No src/ change, so the unchanged suite proves nothing regressed
  • Verified new doc links resolve

Related

PROJ-000

Checklist

  • pnpm lint:fix && pnpm typecheck && pnpm test pass locally
  • Tests added/updated for the change — N/A, no src/ behaviour changed (docs + agent tooling only)
  • Screenshots or a recording attached for UI changes (or N/A, with a reason) — N/A, no UI
  • Branch name follows {username}/{TICKET}-{description}

The repo taught patterns it did not itself demonstrate: no slash command,
no scaffolding skill (only process skills), no dispatchable reviewer
subagent, no test-generation workflow, and no architecture doc for the
AGENTS.md index to point at.

Add one generic example of each missing category -- new-spec command,
scaffold-module skill, review-standards subagent, generate-tests workflow,
and docs/ARCHITECTURE.md -- and wire them into AGENTS.md, CLAUDE.md and
README.md. Generic on purpose, matching the repo's sanitized promise; no
src/ behaviour changed and no new dependencies.
@HenryCordes
HenryCordes merged commit 776252e into main Jul 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant