Commit Graph

12 Commits

Author SHA1 Message Date
olekhondera
db5ba04fb9 feat: expand agents (10), skills (20), and hooks (11) with profile system
Agents:
- Add YAML frontmatter (model, tools) to all 7 existing agents
- New agents: planner (opus), build-error-resolver (sonnet), loop-operator (sonnet)

Skills:
- search-first: research before building (Adopt/Extend/Compose/Build)
- verification-loop: full quality gate pipeline (Build→TypeCheck→Lint→Test→Security→Diff)
- strategic-compact: when and how to run /compact effectively
- autonomous-loops: 6 patterns for autonomous agent workflows
- continuous-learning: extract session learnings into instincts

Hooks:
- Profile system (minimal/standard/strict) via run-with-profile.sh
- config-protection: block linter/formatter config edits (standard)
- suggest-compact: remind about /compact every ~50 tool calls (standard)
- auto-tmux-dev: suggest tmux for dev servers (standard)
- session-save/session-load: persist and restore session context (Stop/SessionStart)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 20:16:20 +02:00
olekhondera
ce8277c21e feat: add Documentation Expert agent profile
New specialized agent for technical writing, documentation standards,
and generating docs from code. Includes Diataxis framework, severity-based
review checklists, code-to-docs patterns, and quality metrics.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 09:08:48 +02:00
olekhondera
5b28ea675d add SKILL 2026-02-14 07:38:50 +02:00
olekhondera
5053235e95 Update documentation to align terminology, clarify project stages, and improve consistency; add RECOMMENDATIONS.md for project-specific guidance. 2025-12-12 01:50:38 +02:00
olekhondera
85d30af57f Remove codex-rules.md and integrate relevant details into RULES.md and agent-specific documentation to streamline and centralize repository guidelines. Refine security-auditor.md, test-engineer.md, backend-architect.md, frontend-architect.md, and code-reviewer.md for better clarity and alignment with updated rules. 2025-12-12 01:26:33 +02:00
olekhondera
e45952077a Add security-auditor.md with a comprehensive role description, principles, workflows, and industry best practices. 2025-12-11 16:21:04 +02:00
olekhondera
3c23bcfd7b Expand test-engineer.md with additional constraints, modern practices, and workflow improvements. Refine backend-architect.md, frontend-architect.md, and code-reviewer.md to align with latest best practices and contextual workflows. 2025-12-10 16:18:57 +02:00
olekhondera
b43d627575 Refactor test-engineer.md, enhancing role clarity, workflows, foundational principles, and modern testing practices. 2025-12-10 15:14:47 +02:00
olekhondera
8d70bb6d1b Add test-engineer.md with comprehensive role description, workflows, testing strategies, and industry best practices. 2025-12-10 11:09:53 +02:00
olekhondera
7bfc31a373 Update and expand backend-architect.md and code-reviewer.md with detailed role descriptions, workflows, and best practices. 2025-12-07 21:19:04 +02:00
olekhondera
f8c854e3e1 create AI_template 2025-11-18 03:12:20 +02:00
olekhondera
9fee0be471 upd agents + RULES.md 2025-11-16 11:54:05 +02:00