maestro/skills/math/math/mathematical-logic/propositional-logic/SKILL.md
Problem-solving strategies for propositional logic in mathematical logic
npx skillsauth add scooter-lacroix/maestro propositional-logicInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when working on propositional-logic problems in mathematical logic.
Identify Formula Structure
z3_solve.py sat "formula" to check satisfiabilityTruth Table Method
sympy_compute.py truthtable "p & (p -> q) -> q"Natural Deduction
z3_solve.py prove "Implies(And(p, Implies(p,q)), q)"Semantic Tableaux
uv run python -m runtime.harness scripts/z3_solve.py sat "And(p, Implies(p, q), Not(q))"
uv run python -m runtime.harness scripts/z3_solve.py prove "Implies(And(p, Implies(p, q)), q)"
uv run python -m runtime.harness scripts/sympy_compute.py truthtable "p & (p >> q) >> q"
uv run python -m runtime.harness scripts/z3_solve.py prove "Implies(And(p, Implies(p,q)), q)"
See .maestro/skills/math-mode/SKILL.md for full tool documentation.
tools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic