taskflow-bridge

Map taskflow acceptance criteria to verifiable completion gate checks.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hjemmesidekongen/ai --skill taskflow-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taskflow-bridge
Source: https://github.com/hjemmesidekongen/ai/tree/main/plugins/smedjen/skills/taskflow-bridge
Command: npx skills add https://github.com/hjemmesidekongen/ai --skill taskflow-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill bridges the gap between the smedjen development process and the taskflow plugin, ensuring that development tasks are aligned with defined acceptance criteria and providing a fallback for standalone operation.

Core Features & Use Cases

  • Contextual Completion Gates: Dynamically maps task acceptance criteria to verifiable completion checks when taskflow is active.
  • Standalone Fallback: Operates independently if taskflow is not installed, relying solely on agent-generated checks.
  • Use Case: When working on a feature, this Skill ensures that the code produced by smedjen meets the specific requirements outlined in the taskflow ticket, automatically translating criteria like "toggle switches between light and dark themes" into a verifiable check.

Quick Start

Use the taskflow-bridge skill to ensure active task acceptance criteria are mapped to completion gate checks.

Frequently Asked Questions about taskflow-bridge

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

FAQPage Schema
How do I map acceptance criteria to verifiable completion checks in an automated workflow?

Mapping acceptance criteria to verifiable completion checks requires bridging task context with development workflows, dynamically translating ticket requirements into automated validation steps when a taskflow plugin is active.

What happens to development workflow automation when the taskflow plugin is not installed?

Development workflow automation operates in a standalone fallback mode when taskflow is absent, relying solely on agent-generated completion checks instead of mapped acceptance criteria to validate task completion.

Do I need an active task file to integrate task context into my development process?

Integrating task context requires an active task file at .ai/tasks/active.yml and a plugin detection file at plugins/taskflow/.claude-plugin/plugin.json to enable contextual completion gates.

How does taskflow integration handle different plugin and task availability states?

Taskflow integration handles availability states by operating in integrated, integrated_no_task, or standalone modes, automatically adjusting completion gate behavior based on whether the plugin and active task are detected.

Can I use agent-generated checks for feature validation without a task management plugin?

Agent-generated checks function independently for feature validation without a task management plugin, providing standalone fallback verification when taskflow context is unavailable or unconfigured.