implement_plan_micro
SolidImplement technical plans from thoughts/shared/plans with verification
AI & Automation 3,809 stars
297 forks Updated 4 months ago MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Formal Specification
## Multimodal Logic Integration
Five modal logics via fusion with bridge principles:
- **JL**: Justification Logic - evidence-backed claims
- **IEL**: Inferential Erotetic Logic - question handling
- **TEL**: Temporal Epistemic Logic - phase sequencing
- **SDL**: Standard Deontic Logic - obligations/permissions
- **DEL**: Dynamic Epistemic Logic - action modalities
## Justification Logic (JL)
```
# Justification terms
[h]:context(task_n) # Handoff h justifies task context
[v]:verified(phase_n) # Verification v justifies completion
[p]:plan(tasks) # Plan p justifies task list
# Evidence production
[read(f)]exists e. [e]:content(f)
[verify(c)]exists v. [v]:pass(c) | [v]:fail(c)
# Handoff chain: evidence propagates
[h_n]:complete(task_n) -> [h_{n+1}]:context(task_{n+1})
proceed(task) <-> exists h. [h]:validated
```
## Inferential Erotetic Logic (IEL)
```
# Mode and blocker questions
?{direct, orchestration} # Mode selection
?{continue, retry, ask_user} # Blocker resolution
mismatch(plan, reality) -> ?{how_proceed}
no_validation -> ?{run_validation_first}
```
## Temporal Epistemic Logic (TEL)
```
# File reading constraints
[](mentioned(f) -> <>read_fully(f)) # Eventually read
[](mentioned(f) -> not spawn U read_fully(f)) # No spawn until read
[](partial_read(f) -> false) # Partial reads forbidden
# Phase sequencing
[](phase(n) -> P(phase(...
Details
- Author
- parcadei
- Repository
- parcadei/Continuous-Claude-v3
- Created
- 5 months ago
- Last Updated
- 4 months ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
implement_plan_micro
Implement technical plans from thoughts/shared/plans with verification
501 Updated yesterday
vibeeval AI & Automation Solid
implement_plan
Implement technical plans from thoughts/shared/plans with verification
3,809 Updated 4 months ago
parcadei AI & Automation Solid
implement_plan
Implement technical plans from thoughts/shared/plans with verification
501 Updated yesterday
vibeeval