implementation
v1.2.0A structured workflow for software development tasks: validate requirements (bug, story, or general task) for completeness and clarity, run QA test automation on web (via playwright-cli) or Android (via adb), and retrieve or post results to JIRA tickets.
By Duy Lam0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install implementation for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install implementation@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/duylam/claude-code-engineering-assemblyClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/implementation/.
Plugin files
├── .claude-plugin/plugin.json├── skills/atlassian-jira-ticket-comment-creator/SKILL.md├── skills/atlassian-jira-ticket-retriever/SKILL.md├── skills/playwright-cli/SKILL.md└── skills/validate/SKILL.md
Included Skills4
Posts a comment to a JIRA ticket, optionally uploading file attachments and replacing placeholders in the comment with uploaded attachment references. Use when feedback, enrichment results, validation output, or any structured content needs to be posted as a comment on a JIRA ticket.
Fetches one or more JIRA tickets by URL and saves structured content (title, body, comments, attachments) to a local temp directory. Use when ticket content needs to be retrieved for validation, enrichment, or planning workflows. Invoke this skill whenever JIRA ticket URLs appear in the input and their content must be fetched for downstream processing.
Automate browser interactions, test web pages and work with Playwright tests.
Checks whether a task requirement (bug, story, or general task) has enough information to move forward with planning. Use this skill whenever a task requirement, user story, bug report, or work item needs to be reviewed for completeness and clarity before planning or implementation. Invoke validate when the user says "validate this requirement", "check this requirement", "is this ready to implement", "review this story", "validate this bug", or provides a task description and wants to know if it's ready to hand off. Requires the task requirement text itself — it does not fetch tickets from Jira or any other tracker.
Plugin manifests1
{
"name": "implementation",
"description": "A structured workflow for software development tasks: validate requirements (bug, story, or general task) for completeness and clarity, run QA test automation on web (via playwright-cli) or Android (via adb), and retrieve or post results to JIRA tickets.",
"version": "1.2.0",
"author": {
"name": "Duy Lam",
"email": "[email protected]"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[implementation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/implementation)