← Back to Skills Marketplace
2824
Downloads
3
Stars
17
Active Installs
1
Versions
Install in OpenClaw
/install project-management-guru-adhd
Description
Expert project manager for ADHD engineers managing multiple concurrent projects. Specializes in hyperfocus management, context-switching minimization, and parakeet-style gentle reminders.
Usage Guidance
This skill reads like a design + implementation guide for an automated reminder/monitoring system, but the package declares no credentials or install steps — that's a mismatch. Before installing or enabling it:
- Ask the publisher for the source repository and a security/privacy description (what APIs it will call, exactly which tokens are required, and why).
- Do not provide broad tokens (full workspace/admin). If you must supply credentials, use least-privilege service accounts (Slack bot scoped only to sending DMs, calendar read-only where possible).
- Inspect SKILL.md for hidden unicode/control characters (the scan found them); view the raw file to ensure there are no obfuscated instructions.
- Confirm how 'send_slack_dm', 'schedule_task', webhooks, and 'prompt_user' are implemented in your environment — these are referenced but not provided.
- If you plan to let the skill run autonomously, test it in a sandboxed account/workspace first and audit outgoing messages and scheduled actions.
If the owner cannot explain the missing integration configuration or provide a canonical source repo, treat the skill as untrusted and do not grant credentials or enable autonomous invocation.
Capability Analysis
Type: OpenClaw Skill
Name: project-management-guru-adhd
Version: 1.0.0
The skill bundle provides instructions and Python code for an AI agent to act as a project manager for ADHD engineers. All files, including the SKILL.md instructions, are aligned with this stated purpose. The Python code implements features like context-switching tracking, hyperfocus monitoring, parakeet-style reminders, and task chunking. While the code implies interaction with external systems like Slack (`send_slack_dm`) and a calendar API (`calendar_api.get_events`), these are plausible and necessary functionalities for a project management skill and are used for benign purposes (e.g., sending reminders, scheduling breaks). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection with harmful objectives, or obfuscation. The `prompt_user` function is used for legitimate user interaction regarding workflow management.
Capability Assessment
Purpose & Capability
The skill describes active integrations (Slack DMs, calendar API, GitHub webhooks, scheduling) and runtime behaviors (monitoring commits/DND, sending reminders). Yet the registry metadata declares no required env vars, no config paths, and no install steps. Realistically those capabilities need API tokens/URLs and webhook setup; the absence of any declared credentials or integration configuration is an incoherence.
Instruction Scope
SKILL.md and reference files contain explicit instructions to call functions like send_slack_dm, schedule_task, schedule_followup_checkin, prompt_user and to read calendar/events/commit activity. Those are actionable runtime operations that go beyond passive advice — they require network access and credentials. The instructions do not declare how those functions will be provided nor constrain what data may be read or sent.
Install Mechanism
There is no install spec and no code files executed by the platform; this lowers file-system/write risk. The included reference files contain example code snippets, but nothing in the package automatically downloads or installs external code.
Credentials
The skill clearly expects access to external services (Slack, calendar, GitHub, optional time-tracking), yet requires.env is empty and no primaryEnv is declared. If the skill were to be granted tokens later, it should request minimal, narrowly-scoped credentials (e.g., a Slack bot token limited to sending DMs). As-is, the spec gives no justification for how credentials would be supplied or limited.
Persistence & Privilege
always:false (normal). The skill allows autonomous model invocation (default). Autonomous invocation combined with networked integrations would increase blast radius, but autonomy alone is expected for skills. If you grant service credentials, consider the implications of enabling autonomous runs that can send messages or schedule actions without per-invocation approval.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install project-management-guru-adhd - After installation, invoke the skill by name or use
/project-management-guru-adhd - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Project Management Guru for ADHD Engineers – Initial Release
- Provides ADHD-optimized project management guidance, focusing on managing multiple concurrent projects and minimizing context-switching.
- Introduces hyperfocus management protocols, including rules for interruption, recovery, and self-care reminders.
- Implements "parakeet-style" gentle reminders with escalating urgency for deadline awareness.
- Outlines best practices for task chunking, promoting micro-tasks and dopamine-driven progress feedback.
- Highlights key anti-patterns to avoid, such as shame-based accountability and meeting sprawl.
- Emphasizes flexible, supportive workflows tailored for neurodivergent engineers.
Metadata
Frequently Asked Questions
What is Project Management Guru (ADHD)?
Expert project manager for ADHD engineers managing multiple concurrent projects. Specializes in hyperfocus management, context-switching minimization, and parakeet-style gentle reminders. It is an AI Agent Skill for Claude Code / OpenClaw, with 2824 downloads so far.
How do I install Project Management Guru (ADHD)?
Run "/install project-management-guru-adhd" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Project Management Guru (ADHD) free?
Yes, Project Management Guru (ADHD) is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Project Management Guru (ADHD) support?
Project Management Guru (ADHD) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Project Management Guru (ADHD)?
It is built and maintained by mikecourt (@mikecourt); the current version is v1.0.0.
More Skills