Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

Library-First-Engineering

Library-First-Engineering には StChiotis から収集した 23 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
23
Stars
41
更新
2026-07-14
Forks
2
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

lfe-archivist
ソフトウェア開発者

Act as the Archivist for an LFE-compliant project. Use when a change is approved and needs documentation sync, changelog updates, or pipeline status cleanup.

2026-07-14
lfe-architect
ソフトウェア開発者

Act as the Architect for an LFE-compliant project. Design solutions and draft high-fidelity plans.

2026-06-17
lfe-builder
ソフトウェア開発者

Act as the Builder for an LFE-compliant project. Use when implementing an approved plan, writing code in src/**, or running unit tests.

2026-06-17
lfe-complexity-check
ソフトウェア品質保証アナリスト・テスター

Inspector sub-skill. Analyses changed code for cyclomatic complexity, excessive nesting, oversized functions, and cognitive load indicators. Pure LLM reasoning — no external tooling. Writes .plans/checks/complexity_findings.md. Called by lfe-inspector when enabled in inspector-config.md.

2026-06-17
lfe-dep-audit
ソフトウェア品質保証アナリスト・テスター

Inspector sub-skill. Reviews dependency manifest files (package.json, requirements.txt, go.mod, Cargo.toml, pom.xml) changed in the current diff for risky version patterns and stale majors. Emits a human-run audit instruction rather than executing tools. Writes .plans/checks/dep_findings.md. Called by lfe-inspector when enabled in inspector-config.md.

2026-06-17
lfe-diagnose
ソフトウェア開発者

Disciplined bug-diagnosis loop. Reproduce → Hypothesise → Fix. Use in the Inspector sub-pipeline (Step 3, conditional) when verification fails.

2026-06-17
lfe-extract-domain
ソフトウェア開発者

Conduct a "Day 0" interview with the founder to populate the project's domain-knowledge.md and CONTEXT.md. Use when the agent encounters an undocumented Black Box.

2026-06-17
lfe-grill-with-docs
ソフトウェア開発者

Deep alignment interview that challenges intent against the domain model, sharpens terminology, and writes back to CONTEXT.md and ADRs inline. Use at the start of any Major Change in the Architect sub-pipeline.

2026-06-17
lfe-hygiene
ソフトウェア開発者

Conduct a structural audit of the repository to detect "Documentation Drift" or "Spaghetti Files." Use in Phase 5 (Hygiene sub-pipeline, Step 1).

2026-06-17
lfe-improve-architecture
ソフトウェア開発者

Find deepening opportunities in the codebase — turn shallow modules into deep ones. Use in Phase 5 (Hygiene sub-pipeline) or when scheduled by session count.

2026-06-17
lfe-inspector
ソフトウェア品質保証アナリスト・テスター

Act as the Inspector for an LFE-compliant project. Use when verifying an implementation against domain truth, validation baselines, or debugging regressions.

2026-06-17
lfe-mutation-verify
ソフトウェア品質保証アナリスト・テスター

Inspector sub-skill. Prompt-based mutation testing — reasons about whether existing tests would catch hypothetical code mutations. No test runner required. Writes .plans/checks/mutation_findings.md. Called by lfe-inspector when enabled in inspector-config.md. Enable only for critical or safety-sensitive modules.

2026-06-17
lfe-perf-check
ソフトウェア開発者

Inspector sub-skill. Analyses the implementation diff for common performance anti-patterns — resource leaks, N+1 queries, unbounded growth, algorithmic complexity. Pure LLM reasoning, no profilers. Writes .plans/checks/perf_findings.md. Called by lfe-inspector when enabled in inspector-config.md.

2026-06-17
lfe-plan-critique
ソフトウェア開発者

Run a 5-lens pre-build critique of the approved active plan before the Builder starts. Acts as the Architect persona, read-only on src/. Writes .plans/plan_critique.md. Use immediately after Brain approves active_plan.md.

2026-06-17
lfe-scout
ソフトウェア開発者

Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits.

2026-06-17
lfe-security-check
情報セキュリティアナリスト

Inspector sub-skill. Runs an OWASP Top-10 prompt-based security analysis on the current implementation diff. No external tooling required — pure LLM reasoning. Writes .plans/checks/security_findings.md. Called by lfe-inspector when enabled in inspector-config.md.

2026-06-17
lfe-tdd
ソフトウェア開発者

Red-green-refactor quality pass on code the Builder just wrote. Use in the Builder sub-pipeline after lfe-builder completes implementation.

2026-06-17
lfe-to-issues
プロジェクト管理専門家

Break the PRD into independently-demoable vertical slice issues. Use in the Architect sub-pipeline after to-prd completes. Requires human approval of slices.

2026-06-17
lfe-to-prd
プロジェクト管理専門家

Synthesise the grill session output into a structured Product Requirements Document. Use in the Architect sub-pipeline after grill-with-docs completes.

2026-06-17
lfe-visual-check
ウェブ・デジタルインターフェースデザイナー

Inspector sub-skill. Renders the changed UI surface, reasons over the result, and writes a text findings record with a human-action instruction and sign-off token — so a human visual sign-off can close a UI change. Artifact-free (saves no image files). Auto-arms on a visual-file touch; written by the Inspector at finalization. Called by lfe-inspector when armed via inspector-config.md.

2026-06-17
lfe-zoom-out
ソフトウェア開発者

Give a high-level system map when encountering unfamiliar code. Use in the Inspector sub-pipeline as Step 1 before verification.

2026-06-17
lfe-boot
ソフトウェア開発者

Bootstrap an LFE-compliant session. Reads orientation docs, checks for interrupted sessions, and activates the project persona. Use at the start of any session.

2026-06-11
lfe-whats-next
ソフトウェア開発者

Pipeline navigator. Reads pipeline_status.md and coordination files to tell you exactly where you are and what to do next. Use at any point to orient.

2026-05-11