Add mix-and-match development patterns recipe for tasking Claude#4
Conversation
Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
|
There were changes to the main branch, please review and be sure your docs and everything line up with all of that. |
burtbyproxy
left a comment
There was a problem hiding this comment.
There were changes on the main branch since you did this work, please update to cover that.
… branch Co-authored-by: burtbyproxy <1827866+burtbyproxy@users.noreply.github.com>
Updated all documentation to align with main branch changes. Added comprehensive coverage of the 5 new production directives (security, performance, dependencies, observability, breaking) with examples at each pattern level. See commit 0dbb4af.
Merged main branch and updated all documentation files to cover the new directives. Added "Production-Focused Directives" section to development-patterns.md with examples showing how to apply patterns at strict/moderate/relaxed levels for all 5 new directives. See commit 0dbb4af. |
VibeScript enforces governance (what/where AI can modify) but lacks a system for defining coding style and practices (how AI writes code). Teams need consistent, reusable patterns for YAGNI, DRY, testing, documentation, etc. when tasking Claude.
Added Documentation
Core Pattern System (
docs/development-patterns.md- 866 lines)Quick Start Guide (
docs/tasking-claude.md- 415 lines)Mad-Lib Template (
.vibe/templates/claude-context.md.template- 230 lines)Supporting Materials
docs/example-setup.md- 378 lines)docs/patterns-quick-reference.md- 258 lines)Total: 2,147 lines of comprehensive documentation
Usage Example
Then task Claude:
or mix ad-hoc:
Integration
README.mdwith patterns section.vibe/claude.instructions.mdto reference pattern filesOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.