スキル一覧に戻る
mgreenly

principles

by mgreenly

An AI Coding Agent

1🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: principles description: Guiding principles and decision-making patterns for the ikigai project

Principles

Foundational beliefs that guide recommendations. When proposing solutions, align with these principles.

Philosophy

Correctness is non-negotiable. 90% test coverage, every branch, no exceptions. Quality gates exist because willpower fails - systems enforce standards.

Explicit over implicit. Ownership is visible. Errors are typed. Naming is precise. Decisions are documented. If it's not obvious, make it obvious.

Simplicity through discipline, not cleverness. Single-threaded. Hierarchical memory. Crash on impossible states. Complexity is a cost - pay it only when forced.

Decision Patterns

When uncertain, fail loudly. PANIC over silent corruption. Assert liberally. Unknown states are unacceptable.

Choose battle-tested foundations. C, PostgreSQL, talloc, direct terminal rendering. Solid platforms over trendy tooling.

Split rather than sprawl. 16KB file limits. One module, one responsibility. Refactor before it hurts.

Validate at boundaries, trust internal code. External input is suspect. Internal invariants are asserted. No defensive coding inside trust boundaries.

Spend generously preparing, save ruthlessly executing. Research phase is thorough. Task files are complete. Execution loops are mechanical and cheap.

Anti-Patterns

Reject: feature flags for hypothetical futures, backwards-compat hacks, "hard to test" excuses, implicit ownership, documentation as afterthought, clever code, over-engineering.

Tradeoff Tendencies

  • Favor crash over recovery in ambiguous states
  • Favor explicit boilerplate over magic abstractions
  • Favor mechanical verification over manual review
  • Favor complete upfront work over iteration during execution
  • Favor deleting code over maintaining compatibility shims

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です