Superpower with Files

v2.20.0

Unified AI workflow with persistent memory, TDD execution, and 15 productivity skills. Use when starting any coding project or when you need planning, execut...

0· 253·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description promise a local, file-backed planning + TDD workflow. The repo contains templates, scripts, and skill manifests that create and manage task_plan.md, findings.md, progress.md and provide helper hooks — all expected for that purpose. No required env vars or external services are declared, which matches a local workflow.
Instruction Scope
Runtime instructions and hooks routinely read and write project files and call git/powershell/python utilities. session-catchup.py attempts to read local IDE session stores (e.g. ~/.claude, OpenCode locations) to recover conversation history; hooks also read task_plan.md before tool use. This behavior is coherent with 'persistent memory' recovery, but it means the skill will ingest local session data and git history into agent context — a sensitive but expected action for this skill.
Install Mechanism
There is no install spec (instruction-only skill with shipped scripts). No remote downloads, package installs, or extract-from-URL actions are present in the provided files. Files will be copied into the agent's skill folder on install, which is standard for skills of this type.
Credentials
The skill does not require secrets or service credentials. It references environment variables (e.g. OPENCODE_DATA_DIR, CLAUDE_PLUGIN_ROOT) to locate IDE-specific storage but does not declare required credentials. This is proportionate to its goal of locating local IDE session storage and plugin templates.
Persistence & Privilege
The skill is not marked always:true. It contains skill hooks (PreToolUse/PostToolUse/Stop) and can be invoked autonomously by default (platform standard). It does not attempt to modify other skills' configs or request system-wide privileges beyond reading/writing project files and reading IDE session storage.
Assessment
This skill is internally consistent for a local, file-based planning and TDD workflow, but it will read and write files in your project (creating a .superpower-with-files directory by default) and can scan local IDE session stores (e.g. ~/.claude) and git history to recover context. Before installing: (1) review session-catchup.py and the hook scripts to confirm you are comfortable with the skill reading your local conversation/session files; (2) run it in a test or non-sensitive repository first; (3) remove or sandbox any IDE session folders you don't want the skill to access (or set environment variables the scripts use to point to a safe location); and (4) if you have highly sensitive session data, avoid granting the skill access or disable autonomous invocation in your agent until you've audited behavior.

Like a lobster shell, security has layers — review code before you run it.

latestvk9792xzv4w5w5tej0ssdzynamn82dc6x
253downloads
0stars
3versions
Updated 1mo ago
v2.20.0
MIT-0

Superpower with Files 🚀

The ultimate unified AI workflow combining persistent memory loops with high-speed TDD execution.

Features

  • Persistent AI Memory: AI agents never "lose their spot" thanks to Manus-style file logging
  • Dynamic TDD Loop: Built-in instructions for writing tests before code
  • Workspace Clutter Control: All AI logs routed to unified directory
  • Prompt-Driven Paths: Tell the agent where to save files directly in your prompt

Included Skills (15)

SkillPurpose
using-superpowersHow to find and use skills
planning-with-filesPersistent memory loops
spf-write-planCreate implementation plans
spf-exec-planExecute plans with TDD
test-driven-developmentTDD workflow
systematic-debuggingDebug process
brainstormingIdea generation
dispatching-parallel-agentsMulti-agent coordination
subagent-driven-developmentSubagent patterns
requesting-code-reviewPR review requests
receiving-code-reviewHandle review feedback
finishing-a-development-branchBranch completion
verification-before-completionPre-merge checks
using-git-worktreesWorktree workflow
writing-skillsCreate new skills

Quick Start

  1. Clone the repository
  2. Point your AI agent at the /skills folder
  3. Use /spf-plan to create a plan
  4. Use /spf-execute to implement

Source

https://github.com/mok888/superpower-with-files

Comments

Loading comments...