con un clic
plan-gh
Create a detailed development plan and corresponding GitHub issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create a detailed development plan and corresponding GitHub issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Argus — all-in-one information gathering & reconnaissance toolkit. 135 modules covering network infrastructure, web app analysis, and security/threat intelligence. Use for domain recon, subdomain enum, SSL analysis, tech stack detection, vulnerability scanning, and OSINT.
Manage secrets via Bitwarden CLI (bw). Use when pulling secrets into a shell session, creating/updating Secure Notes from .env files, listing vault items, or setting up Bitwarden on a new machine. Secrets live in Bitwarden, get loaded into memory on demand, and die with the shell session — no files on disk.
Develop a thorough, step-by-step specification for a given idea
Set up a recurring build tracker cron job for any GitHub repo. Runs a zero-LLM shell script to detect stale PRs, stale assigned issues, and phase progress, then posts to a Discord channel only when there's something actionable. Use when asked to "track this build every N hours", "prod agents on a project", "set up a build monitor", "watch this repo for stale work", or similar. The tracker is cheap to run — script does all the work, the agent only speaks when findings exist.
Run long-running coding tasks in cloud environments (Claude Code or Codex), with session teleporting and automatic PR creation.
Delegate coding tasks to subagents or run Claude Code/Codex in tmux sessions. Use the Task tool for focused multi-step coding work. Use tmux for long-running interactive sessions, parallel worktree-based fixes, and PR reviews. NOT for simple single-file edits — do those directly.
| name | plan-gh |
| description | Create a detailed development plan and corresponding GitHub issues |
| user-invocable | true |
Create a detailed development plan and corresponding GitHub issues for the project: $ARGUMENTS
Follow these steps:
Read the specification:
spec.md or ask for the specification file pathDraft a comprehensive development blueprint:
Create small, manageable development chunks:
Generate implementation prompts:
Create GitHub issues for each step:
gh issue create for each development stepepic, feature, taskGenerate comprehensive documentation:
development-plan.mdimplementation-prompts.md with LLM prompts for each stepproject-roadmap.md showing timeline and milestonesRemember: Each step should be independently implementable while building toward the complete solution.