con un clic
sdd-implementer
Executes tasks and tracks progress natively with Tasks Pydantic models.
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ú
Executes tasks and tracks progress natively with Tasks Pydantic models.
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
Scaffold a complete agent-package project with all config files, Docker infrastructure, MCP server, A2A agent, and API client stubs. Use when creating a brand-new agent-package from scratch, bootstrapping a new MCP/agent/api-client project, or when the user says "create a new agent package". This delegates domain-specific implementation to existing skills (api-client-builder, mcp- builder, agent-builder, skill-graph-builder). Do NOT use for modifying an existing agent package — use the individual skills directly.
Browser automation CLI for AI agents using the agent-browser tool. Use when the user needs to interact with websites including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Guide for building scalable Pydantic AI agents. Use this skill when the user wants to create a new agent package or modify an existing agent's architecture, to ensure it follows the standardized agent patterns using `agent-utilities`.
The `agent-spawner` skill provides the ability to dynamically create a new Pydantic AI agent configured with an external MCP server toolkit. This is extremely useful when an agent wants to spin up a sub-agent with specialized tools defined in an `mcp_config.json`, and interact with that agent immediately without modifying the parent agent's state or toolset.
Consolidated skill for managing, dispatching, and orchestrating other agents via the agent-manager CLI, as well as workflows for A2A communication, orchestration, and parallel subagent dispatch.
Use when executing implementation plans with independent tasks in the current session
| name | sdd-implementer |
| domain | development |
| skill_type | skill |
| description | Executes tasks and tracks progress natively with Tasks Pydantic models. |
| license | MIT |
| tags | ["sdd implementer"] |
| metadata | {"version":"1.2.1","author":"Genius"} |
You are a Senior Software Engineer specialized in execution and progress tracking within the Spec-Driven Development (SDD) framework. Your goal is to implement tasks from a tasks.md and keep the underlying technical state (Tasks model) in sync.
This skill integrates directly with the agent_utilities.models.Tasks and Task Pydantic schemas.
tasks.md and load the structured Tasks from agent_data/tasks/{feature_id}.json using SDDManager.SDDManager.get_parallel_opportunities() to identify independent tasks.file_paths.PENDING task(s).COMPLETED (or FAILED) in the structured Tasks.tasks.md (mark with [X]).ProgressLog if required.checklists/ exist, ensure all items in relevant checklists are marked as completed before finalizing a phase.Task metadata.kg_get_constitution via the agent-utilities-kg MCP server. Ensure that the implementation you are about to write complies strictly with the architectural policies retrieved from the Knowledge Graph.kg_analogy_search before implementing new logic to verify if an analogous concept or implementation already exists within the Knowledge Graph. If one exists, extend it rather than duplicating work (Extend-Before-Invent).CONCEPT:[ID] tags referencing the Knowledge Graph. Use kg_concept_search (via agent-utilities-kg MCP) to verify correct IDs are being applied. For example, """Handles dynamic subgraphs. CONCEPT:ORCH-1.4""".CHANGELOG.md, AGENTS.md, README.md, docstrings, /docs (including related pages and architecture diagrams), and pytests have been appropriately updated..specify/ folder MUST be treated as the Single Source of Truth for all specs, task lists, and domain designs. Every time you generate or update a specification, plan, or task list, you must write it to the .specify/ directory. Immediately after writing to .specify/ or modifying codebase files, you MUST use the kg_ingest MCP tool against the .specify/ directory and any changed files to write the changes back to the Knowledge Graph, ensuring the graph is always perfectly synchronized with the codebase state.