PackageTrack
Sign in Get early access

spryker-sdk/ai-dev

AiDev module

0.6.5 111K downloads/mo #4400 most downloaded on Packagist spryker-sdk/ai-dev

What this package is like to depend on

Last release 10 days ago

13 Aug 2026

Ships fairly regularly

a new release about every 4 weeks

Most releases are documented

notes for 10 of 15 stable releases

Nothing withdrawn

no release was ever pulled

8 months old

16 releases · first in 2025

15 releases in the last 12 months

see the full history below

Release timeline

15 releases · Dec 2025 to Aug 2026
2026
Release Pre-release

Releases

latest 16
  1. 0.6.5 13 Aug 2026
    Release notes

    Changelog

    Added

    • Added phpcs.xml — project ruleset based on SprykerStrict, so the module controls its own code style

    Adjustments

    • Replaced the README body with links to the official documentation — one source of truth for setup instructions
    • Removed redundant doc block annotations — types are declared once, in the signature
    • Pointed the cs-check and cs-fix composer scripts at phpcs.xml — local runs and CI check against the same ruleset
    Open source →
  2. 0.6.4 no date
    Release notes

    Changelog

    Added

    • Added project-starter-wizard skill — turns a fresh demoshop clone into the customer's project through one developer interview and nine orchestrated setup steps, with a resumable state file

    • Added configure-codebase skill — registers a custom namespace instead of Pyz and wires autoload, frontend build, and Codeception to resolve it

    • Added brand-project skill — applies or changes the project's brand identity: name, development domain, Docker namespace, palette, and logo

    • Added configure-services skill — changes which engines, development services, and applications a deploy file runs, or builds a new environment deploy file

    • Added define-stores skill — creates or redefines a DMS project's stores and region before the first boot

    • Added project-data skill — populates, reshapes, reduces, cleans up, or removes the project's data import files

    • Added spryker-import-tools skill — reads, filters, edits, and validates data import CSV files and manifests, with static validation that catches boot-aborting data

    • Added boot-and-verify skill — boots the project and verifies storefront, Back Office, search, and queues per store

    • Added curate-golive-data skill — makes the data the project keeps production-safe before go-live

    • Added translate-content skill — translates storefront content into a project locale: glossary, catalog, CMS, navigation, and labels

    • Added project-ci-generator skill — rebuilds an inherited product-style CI setup into a single lean project CI pipeline, with a keep/drop plan approved before anything is deleted

    • Added spryker-upgrade skill — upgrades the project's modules and features to a newer release, resolving constraint blockers and running detectors for the silent damage a customized project would otherwise ship

    • Added static-validation skill — runs PHP and frontend static analysis over only the code that changed against a base branch

    • Added spryker-profiler skill — reads and configures the Spryker WebProfiler: query counts, N+1 duplicates, Redis and search calls, logs, and exceptions per request

    • Added cypress-tests skill — creates, runs, reviews, and validates Cypress end-to-end tests for the storefront, Back Office, Merchant Portal, and Glue API

    • Added cypress-migration skill — replaces Spryker's demoshop test suites with a project-owned Cypress baseline and wires it into CI

    • Added spryker-architecture plugin with the architecture-prep skill — produces arc42/C4 architecture records, ADRs, and Solution Designs for a project

    • Added a README to every skill, documenting its full flow, design decisions, and known limits

    • Added PHP 8.5 support

      Changed

    • Extended spryker-bugfix and spryker-customization with Cypress end-to-end coverage as a conditional phase

    • Updated the performance rules

    • Bumped spryker-ai-dev-sdk plugin version to 0.4.0

    Open source →
  3. 0.6.3 23 Jul 2026
    Release notes

    Changelog

    Added

    Added spryker-bugfix skill - orchestrates the end-to-end bug fix from a ticket or description to a committed, validated, QA-accepted branch

    Open source →
  4. 0.6.2 19 Jun 2026
    Release notes

    Changelog

    Added

    • Added spryker-customization skill — guides implementing Spryker customizations end-to-end, from PRD confirmation through planning, implementation, testing, and code review
    • Added spryker-docs-research skill — researches Spryker documentation and code to answer architectural and API questions
    • Added spryker-qa-coverage skill — generates structured QA test cases with Gherkin-style scenarios and test coverage reports
    • Added spryker-refresher skill — provides a guided onboarding refresher for developers returning to a Spryker project
    • Added spryker-runtime skill — runs the Spryker application, drives the storefront and Back Office in Chrome, and executes console commands for manual testing and QA verification
    • Added ai-runtime-debugging skill — diagnoses runtime errors via step debugging, log analysis, and test narrowing
    • Added product-requirement-document skill — creates structured PRDs with actors, Gherkin acceptance criteria, and stakeholder workflow
    • Added spryker-feature-expert agent — expert guide for Spryker feature development, now extended with PRD intake gating and QA integration
    • Added spryker-verifier agent — verifies feature implementations against acceptance criteria, now extended with PRD source confirmation
    • Added spryker-data-seeder agent — seeds test data into a running Spryker environment
    • Added spryker-issue-diagnoser agent — diagnoses Spryker runtime issues using logs, debugger, and code analysis
    • Added spryker-screenshot-collector agent — captures browser screenshots of Spryker storefront and Back Office flows
    • Added AiToolArtifactGenerator and AiToolArtifactGeneratorInterface — generates plugin artifact files (agents, skills) during AI tool setup
    • Added AgentsGenerationStep — dedicated step for generating agent files in the AiToolSetupConsole pipeline
    • Bumped spryker-ai-dev-sdk plugin version to 0.2.0
    Open source →
  5. 0.6.1 04 Jun 2026
    Release notes

    Changelog

    Fixed

    • Fixed AiDevConfig::getSkillsExamplesDirectory
    Open source →
  6. 0.6.0 21 May 2026
    Release notes

    Changelog

    Added

    • Introduced spryker-ai-dev-sdk Claude Code plugin — bundles Spryker-aware skills and agents, installable from the Spryker marketplace via /plugin install
    • Added marketplace.json manifest registering the spryker-plugins-official plugin directory
    • Added plugin.json manifest for the spryker-ai-dev-sdk plugin (v0.1.0)
    • Added spryker-code-reviewer agent — reviews code for compliance with Spryker standards, enforcing path-specific rules and security/performance checks
    • Added ai-dev-setup skill — sets up the Spryker AI Dev SDK in a project (first-time onboarding and update flows)
    • Added code-review skill — triggers the spryker-code-reviewer agent
    • Added payment-template skill — scaffolds payment module implementations
    • Added table.md coding rule — enforces the two allowed Zed table patterns (Propel-backed and Facade-backed)

    Deprecated

    • Deprecated GenerateAgentsFileConsole, GenerateSkillsConsole, and GeneratePromptsConsole in favour of AiToolSetupConsole and the Claude plugin
    Open source →
  7. 0.5.0 23 Apr 2026
    Release notes

    Changelog

    Added

    • Introduced Spryker Project Development Rules — a structured set of rules covering coding standards, development patterns, and performance recommendations based on official Spryker guidance
    • Introduced AiToolSetupConsole command that automatically generates:
      • A ready-to-use set of rules
      • A comprehensive Markdown configuration file (AGENTS.md or CLAUDE.md)
      • A set of Skills

    Deprecated

    • Deprecated GenerateAgentsFileConsole and GenerateSkillsConsole in favor of the new AiToolSetupConsole command
    Open source →
  8. 0.4.0 20 Apr 2026
    Release notes

    Change log

    Breaking changes

    • Removed ensurePromptsGenerated logic from McpServerConsole

    Added new functionality through 2 new Console commands

    • GenerateAgentsFileConsole — generates example AGENTS context file
    • GenerateSkillsConsole — generates skill examples directory with helper methods for output directory resolution and directory copying

    Added new skill example files to support agent context capabilities

    Improvements

    • Introduced GenerateAgentsFileConsole for generating example AGENTS.md context files.
    • Introduced GenerateSkillsConsole with helper methods for output directory resolution and directory copying.
    • Added AGENTS.example.md as a reference agent context file.
    • Added skill examples: codecept-functional, data-import, propel-schema, static-validation, yves-atomic-frontend (with examples.md, scss-patterns.md, typescript-patterns.md references).
    • Removed unused ensurePromptsGenerated logic from McpServerConsole (cleanup).
    • Updated README.md with documentation for new console commands.

    Adjustments

    • Updated AiDevConfig with skill examples directory configuration and corrected module paths, configuration paths, and dependency provider best practices.
    • Updated AGENTS context file with refined guidance on module structure and dependency provider conventions.
    Open source →
  9. 0.3.1 20 Feb 2026
    Release notes
    • Added phpstan/phpstan new ^2.* module version support.
    Open source →
  10. 0.3.0 13 Feb 2026
    Release notes
    Change log
    • Breaking changes - removed GetTransferStructureByNamespaceAiDevMcpToolPlugin
    • Added new functionality through 4 new MCP tool plugins
    • Added new dependencies to support enhanced capabilities

    Improvements

    • Introduced AnalyzeCsvFileAiDevMcpToolPlugin, DeleteCsvRowsAiDevMcpToolPlugin , TransformCsvAiDevMcpToolPlugin , SplitOdsToCsvAiDevMcpToolPlugin .
    • Simplified transfer structure response handling.
    • Removed GetTransferStructureByNamespaceAiDevMcpToolPlugin (consolidated functionality)
    • Updated GetTransferStructureByNameAiDevMcpToolPlugin for cleaner responses

    Adjustments

    • Updated spryker/csv dependency to ^3.0 for enhanced CSV processing capabilities.
    • Updated spryker/testify dependency to support a comprehensive testing infrastructure.
    Open source →
  11. 0.2.2 19 Jan 2026

    Nothing published for this version

  12. 0.2.1 19 Jan 2026

    Nothing published for this version

  13. 0.2.0 13 Jan 2026

    Nothing published for this version

  14. 0.1.1 12 Dec 2025

    Nothing published for this version

  15. 0.1.0 10 Dec 2025

    Nothing published for this version

  16. 0.1.0-beta.1 09 Dec 2025 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive