Autonomous task execution with library discovery and validation
Executes tasks autonomously with library discovery, validation, and atomic commits.
/plugin marketplace add krzemienski/shannon-framework/plugin install shannon@shannon-frameworkExecute tasks autonomously with automatic library discovery, 3-tier functional validation, and atomic git commits.
/shannon:exec "task description"
/shannon:exec "task" --dry-run
/shannon:exec "task" --interactive
@skill exec
task: {user_task}
options:
dry_run: false
interactive: false
max_iterations: 3
The exec skill orchestrates:
/shannon:exec "create hello.py that prints hello world"
Result: hello.py created, validated, committed in ~20s
/shannon:exec "add authentication to React app"
Result: Discovers next-auth, uses it, validates, commits in ~5min
/shannon:exec "build e-commerce platform" --dry-run
Result: Shows plan (libraries, steps) without executing
See skills/exec/SKILL.md for complete workflow details.