implementation-skill

Coordinate Trello package card implementation stages via split_to_tasks_skill_cli.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/almazom/agents_slash_skills --skill implementation-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation-skill
Source: https://github.com/almazom/agents_slash_skills/tree/main/implementation-skill
Command: npx skills add https://github.com/almazom/agents_slash_skills --skill implementation-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Coordinates and automates the end-to-end implementation workflow for Trello package cards using the local split_to_tasks_skill_cli, ensuring a single source of truth and reproducible evidence.

Core Features & Use Cases

  • Thin wrapper over the local CLI to manage package-aware startup, active card selection from kanban.json, and artifact creation under implementation-runs/.
  • Automates stage transitions (implementation-start, implementation-stage, codex-review) and updates derived artifacts like state.json, progress.md, and BOARD.md.
  • Supports both guided interactive prompts and autonomous flow, preferring codex_wp review for the review stage and maintaining SSOT safety.

Quick Start

Start the current package with this skill and follow prompts to guide the card through each stage.

Frequently Asked Questions about implementation-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Trello card implementation workflow stages from the command line?

Trello card implementation workflow automation is handled by orchestrating stage transitions like start, simplify, commit, codex-review, and done through a local CLI. It automates artifact creation and live status tracking while maintaining a single source of truth.

How do I track implementation progress and artifacts for Trello package cards?

Implementation progress tracking for Trello package cards is managed by creating artifacts under implementation-runs directories. Derived files like state.json, progress.md, and BOARD.md are updated automatically as cards move through workflow stages.

Can I run Trello package implementation autonomously without interactive prompts?

Autonomous Trello package implementation is supported alongside guided interactive prompts. The workflow can run without manual input, preferring codex_wp review for the review stage while preserving single source of truth safety.

Why does kanban.json need to be the single writable source of truth in implementation workflows?

Kanban.json serves as the single writable source of truth to prevent state conflicts during Trello card implementation. Implementation-runs are treated as append-only evidence, ensuring reproducible tracking while stage transitions modify only the central kanban file.

Does Trello implementation orchestration work with codex review workflows?

Trello implementation orchestration supports codex review workflows by integrating codex_wp review during the review stage. It coordinates transitions via implementation-start and implementation-stage commands, applying codex review as appropriate for package cards.