9ff8e915b8
User-agnostic, shareable AI-assisted development workflow distilled from 26+ real projects. Includes 9 composable rules, 4 project templates, pre-push secret scanning hook, 3 methodology guides, and customization docs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.1 KiB
1.1 KiB
Seth-Workflow-April-2026
This repository contains a shareable AI-assisted development workflow. It is a reference and template — not an active project with running services.
What This Is
A collection of rules, templates, hooks, and methodology guides for working with AI coding assistants (Claude Code, etc.). The rules in rules/ are designed to be copied into .claude/rules/ in any project.
Structure
| Directory | Purpose |
|---|---|
rules/ |
Core behavior rules (copy to .claude/rules/) |
templates/ |
File templates for bootstrapping new projects |
hooks/ |
Claude Code hooks (pre-push secret scanning) |
settings/ |
Example Claude Code configuration |
workflows/ |
Human-readable methodology guides |
docs/ |
Philosophy and customization documentation |
Conventions
- Conventional commits:
feat:,fix:,docs:,refactor:,test:,chore: - All rules are self-contained markdown files with no external dependencies
- Templates use
<placeholder>syntax for values the user fills in - No credentials, IPs, or personal information anywhere in this repo