op-create-task

Create OpenProject work packages via guided MCP workflow with validation.

2|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/solitasroh/rkit --skill op-create-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: op-create-task
Source: https://github.com/solitasroh/rkit/tree/main/skills/op-create-task
Command: npx skills add https://github.com/solitasroh/rkit --skill op-create-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenProject task creation is error-prone and inconsistent when done manually. This skill orchestrates an interactive workflow using the MCP tool to collect project, type, priority, and assignee, applying team rules automatically (assignee required; bug tasks require a reproduction section).

Core Features & Use Cases

  • Interactive task creation: Guided prompts to select project, type, priority, and assignee with live validation.
  • PDCA integration: If a Plan is active, propose Plan title as the subject default and include the Plan Executive Summary in the description; differentiate new development (Feature) from refactoring/tasks.
  • End-to-end workflow coverage: Step-by-step creation from project selection to assignment, date fields, optional reproduction templates for bugs, and final API call mapping to create_work_package.

Quick Start

Run op-create-task to start an interactive OpenProject task creation workflow.

Frequently Asked Questions about op-create-task

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

FAQPage Schema
How do I create OpenProject tasks automatically through a guided workflow?

You can create OpenProject tasks automatically by running an interactive workflow that collects project, type, priority, and assignee data with live validation before mapping the input to the create_work_package API.

How does interactive task creation enforce consistent OpenProject work package metadata?

Interactive task creation enforces consistent OpenProject work package metadata by applying team rules automatically, requiring an assignee for all tasks and a reproduction section for bug types.

Can I integrate PDCA plans into OpenProject task creation?

Yes, you can integrate PDCA plans into OpenProject task creation; if a Plan is active, the workflow proposes the Plan title as the subject and includes the Executive Summary in the description.

Do I need MCP endpoints to manage OpenProject work packages?

Yes, you need MCP endpoints to manage OpenProject work packages because the workflow relies on them to list projects, types, priorities, and users, and to perform field validation before API calls.

What is the best way to add a reproduction template when creating an OpenProject bug task?

The best way to add a reproduction template is through the guided workflow, which automatically prompts for and includes the reproduction section when the task type is set to bug.

Why does manual OpenProject task creation fail to maintain data consistency?

Manual OpenProject task creation fails to maintain data consistency because it lacks automated team rule enforcement and live field validation, leading to error-prone and incomplete work packages.