iikit-08-implement

Execute implementation tasks from tasks.md with TDD validation and constitutional rules.

1|1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/asm0dey/relay --skill iikit-08-implement-asm0dey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iikit-08-implement
Source: https://github.com/asm0dey/relay/tree/main/.tessl/tiles/tessl-labs/intent-integrity-kit/skills/iikit-08-implement
Command: npx skills add https://github.com/asm0dey/relay --skill iikit-08-implement-asm0dey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of an implementation plan by processing all defined tasks, ensuring adherence to project constitutions and best practices.

Core Features & Use Cases

  • Task Execution: Processes tasks sequentially or in parallel based on dependencies and parallelism markers.
  • Constitution Enforcement: Validates all actions against project constitutional rules before execution.
  • TDD Support: Integrates with Test-Driven Development workflows, verifying test execution and results.
  • Use Case: A software development team uses this Skill to automatically build and test a new feature, ensuring all coding standards and requirements are met before deployment.

Quick Start

Execute the implementation plan by processing all tasks in tasks.md.

Frequently Asked Questions about iikit-08-implement

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

FAQPage Schema
How do I automate workflow execution for a TDD implementation plan?

You can automate TDD implementation plan execution by processing tasks defined in tasks.md, which sequentially or parallel executes tasks based on dependencies while validating test workflows and enforcing constitutional rules.

What is constitutional rule enforcement in automated task execution?

Constitutional rule enforcement validates all automated implementation actions against predefined project standards before execution, ensuring coding practices and requirements are met throughout the task execution workflow.

Can I execute implementation tasks in parallel based on dependencies?

Yes, parallel execution batches are supported based on dependencies and parallelism markers, enabling cross-story parallelism for comprehensive project development when task dependencies allow concurrent processing.

How to validate TDD workflows during automated implementation?

TDD workflow validation integrates with test-driven development by verifying test execution and results during the implementation plan processing, ensuring all tests pass before marking tasks complete.

Does this task execution approach work without external dependencies?

Yes, the implementation execution operates with no external dependencies, using only internal scripts and references to process tasks and enforce project constitution rules autonomously.

What's the best way to manage task dependencies in an implementation plan?

Managing task dependencies involves processing tasks sequentially or in parallel batches based on defined parallelism markers, allowing cross-story parallelism while maintaining execution order for dependent tasks.