Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

superpower-planning

يحتوي superpower-planning على 11 من skills المجمعة من SipengXie2024، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
11
Stars
1
محدث
2026-07-16
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

brainstorming
مطوّرو البرمجيات

Use when designing complex multi-step features, building new components, or planning significant behavior changes that require design exploration before implementation.

2026-07-16
debugging
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-07-16
spec-interview
مطوّرو البرمجيات

Use when refining design docs and specs through deep questioning. Triggered when user says "help me refine this plan", "ask me about the project", "deep interview", or after brainstorming produces a design doc.

2026-07-16
tdd
مطوّرو البرمجيات

Use when implementing any feature or bugfix, before writing implementation code

2026-07-16
collaborating-with-codex
مطوّرو البرمجيات

Use when delegating coding work — prototyping, debugging, analysis, review, implementation, or generating publication-quality scientific/architecture diagrams — to Codex CLI. Supports multi-turn sessions via SESSION_ID.

2026-07-15
planning-foundation
متخصصو إدارة المشاريع

Use when starting complex multi-step tasks, research projects, or anything needing >5 tool calls. Provides the persistent .planning/ directory used as on-disk working memory across sessions.

2026-07-15
stashing
متخصصو إدارة المشاريع

Use when switching to another project, waiting on dependencies, or temporarily setting aside unfinished work.

2026-07-15
collaborating-with-hermes
مطوّرو البرمجيات

This skill should be used when the user asks to "ask Hermes", "get a second opinion", "consult another model", or needs independent analysis, research, or code review. It must also run in parallel with Codex for reasoning, analysis, research, and review consultations.

2026-07-12
perf-optimization
مطوّرو البرمجيات

Systematic performance optimization methodology: profile first, fix only the #1 bottleneck, re-profile, repeat. Use when optimizing any program's performance — before writing SIMD, parallelism, caching, or algorithmic rewrites. Also use when someone says 'make it faster', 'this is slow', 'optimize this', 'too slow', 'performance bottleneck', or wants to reduce latency/prove time/build time. Prevents the common trap of guessing bottlenecks (which wastes 10x more code for less speedup). Covers perf record/annotate workflow, A/B testing discipline, contaminated profile diagnosis, and when to stop. NOT for memory leaks (use valgrind/heaptrack) or known algorithmic complexity fixes (O(N^2) → O(N log N)).

2026-06-30
archiving
مطوّرو البرمجيات

Use after completing a plan or when .planning/ has accumulated stale data and needs a clean reset for the next task.

2026-06-08
releasing
مطوّرو البرمجيات

Use when publishing a new version of the plugin.

2026-06-08