Skill: Project Manager (Vivi OS)

## Descripción

7 stars

Best use case

Skill: Project Manager (Vivi OS) is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## Descripción

Teams using Skill: Project Manager (Vivi OS) should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/project-manager/SKILL.md --create-dirs "https://raw.githubusercontent.com/Demerzels-lab/elsamultiskillagent/main/public/skills/fr0ziii/project-manager/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/project-manager/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Skill: Project Manager (Vivi OS) Compares

Feature / AgentSkill: Project Manager (Vivi OS)Standard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## Descripción

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Skill: Project Manager (Vivi OS)

## Descripción
Gestiona el sistema de proyectos interno basado en JSON. Permite crear tareas, moverlas por el tablero Kanban y sincronizar con Apple Reminders.

## Ubicación de Datos
Base de datos: `/Users/fz1/clawd/data/pm/projects.json`

## Comandos (Mental Model)

### 1. Listar Tareas
*   **Acción**: Leer el JSON y mostrar las tareas agrupadas por columna o filtradas por proyecto.
*   **Uso**: "Qué tenemos pendiente?", "Estado del proyecto SaaS".

### 2. Añadir Tarea (Add)
*   **Acción**: Insertar objeto en el array `tasks`.
*   **Campos**: `projectId`, `title`, `priority` (low/med/high/crit), `sync` (true/false).
*   **Efecto Secundario**: Si `sync: true`, ejecutar skill `apple-reminders` para crear recordatorio.

### 3. Mover Tarea (Move)
*   **Acción**: Actualizar `status` de una tarea.
*   **Estados**: `todo` -> `in_progress` -> `review` -> `done` (o `blocked`).
*   **Notificación**: Si se mueve a `review` o `blocked`, avisar a David en el chat.

### 4. Sincronizar (Sync)
*   **Acción**: Forzar actualización de tareas con `sync: true` en Apple Reminders (si cambiaron de estado).

## Reglas de Negocio
1.  **Review**: Solo mover a `review` si necesito aprobación explícita de David.
2.  **Focus**: Máximo 3 tareas en `in_progress` simultáneamente.
3.  **Night Shift**: El turno de noche debe leer este JSON para saber qué priorizar si no hay órdenes explícitas.

Related Skills

token-manager

7
from Demerzels-lab/elsamultiskillagent

Universal LLM Token Manager - Monitor usage and provide cost-saving recommendations for Kimi, OpenAI, Anthropic.

secret-manager

7
from Demerzels-lab/elsamultiskillagent

Manage API keys securely via GNOME Keyring and inject them into OpenClaw config.

jpj-memory-manager

7
from Demerzels-lab/elsamultiskillagent

Automatic session logging and memory management for infrastructure, projects, and tools.

gitlab-manager

7
from Demerzels-lab/elsamultiskillagent

Manage GitLab repositories, merge requests, and issues via API. Use for tasks like creating repos, reviewing code in MRs, or tracking issues.

portable-email-manager

7
from Demerzels-lab/elsamultiskillagent

Lightweight email manager with IMAP/SMTP support, advanced search, folder management, and attachment detection. Works with Zoho, Gmail, Outlook, and any IMAP/SMTP provider.

farm-task-manager

7
from Demerzels-lab/elsamultiskillagent

*Daily, weekly, and seasonal farm chore management with task scheduling and priorities.*.

project-context-sync

7
from Demerzels-lab/elsamultiskillagent

Keep a living project state document updated after each commit, so any agent (or future session) can instantly understand where things stand.

og-board-manager

7
from Demerzels-lab/elsamultiskillagent

Use when you need to delegate, track, or review work.

universal-skills-manager

7
from Demerzels-lab/elsamultiskillagent

The master coordinator for AI skills.

literature-manager

7
from Demerzels-lab/elsamultiskillagent

Search, download, convert, organize, and audit academic literature collections.

auto-context-manager

7
from Demerzels-lab/elsamultiskillagent

AI-powered automatic project context management.

mcp-ssh-manager

7
from Demerzels-lab/elsamultiskillagent

This skill should be used when the user asks to "run ssh command", "execute on server", "ssh session", "upload.