一键导入
triz-solver
Apply TRIZ inventive principles to solve problems that seem to have no good solution. Use after triz-analysis has identified contradictions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply TRIZ inventive principles to solve problems that seem to have no good solution. Use after triz-analysis has identified contradictions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | triz-solver |
| description | Apply TRIZ inventive principles to solve problems that seem to have no good solution. Use after triz-analysis has identified contradictions. |
Load contradictions identified in plans/triz/ analysis.
From references/principles.md (via triz-analysis), choose the most applicable principle.
Follow the principle's specific technique:
Check against IFR:
Update plans/triz/ with:
When: Performance varies by input characteristics Apply: Principle #1 (Segmentation) + #3 (Local quality) Solution: Dispatch table routing to specialized handlers
When: Flexibility creates complexity Apply: Principle #12 (Inversion) Solution: DI container with declarative wiring
When: Single approach has fatal flaw Apply: Principle #40 (Composite) Solution: Combine approaches, use best of each
When: Runtime costs are high Apply: Principle #10 (Preliminary action) Solution: Pre-compute, cache, or compile at build time
When: Static solution is suboptimal Apply: Principle #23 (Feedback) Solution: Adaptive algorithm with runtime adjustment
Problem: Retrieval pipeline has slow cold starts but caching adds complexity.
IFR: Pipeline warms itself without explicit cache management.
Contradiction: Speed vs Simplicity
Principles Applied:
- #25 Self-service: Cache populates on first access
- #23 Feedback: Track access patterns
- #15 Dynamicity: Adjust caching based on patterns
Solution: Lazy population with adaptive eviction based on access frequency.
| Skill | When to Hand Off |
|---|---|
| adr-creation | Document architectural decision |
| goap-planning | Plan implementation actions |
| testing-validation | Verify solution works |
| rust-development | Implement the solution |
GOAP-based orchestrator for managing GitHub issues, creating action plans, and executing workspace operations with branch/PR workflow.
Configure and troubleshoot npm OIDC Trusted Publishing for GitHub Actions. Use when npm publish fails with E404, OIDC errors, or provenance issues.
GitHub release management, crates.io trusted publishing, npm provenance, and GitHub Pages documentation. Use when creating releases, publishing packages, or deploying docs.
Git commit conventions, validation gates, and CI/CD workflows. Use when committing changes, verifying gates, or working with GitHub Actions.
Validate merge readiness with atomic commits and GitHub Actions checks using gh CLI; use for pre-merge verification and CI truth validation.
Implement or refactor Rust in this repository. Use when writing new modules, modifying existing source files, or adding features to the chaotic_semantic_memory crate.