init: scaffold Seth-Workflow-April-2026

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>
This commit is contained in:
Mortdecai
2026-04-01 15:55:58 -04:00
commit 9ff8e915b8
22 changed files with 1917 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 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