Context for every line of code your
team ships.

Context for every line of code your
team ships.

DarcyIQ captures what was promised in pre-sales, turns it into structured requirements, and pipes that context straight into Cursor, Claude Code, and Windsurf.

Build it right the first time.

CURSOR DOESN'T KNOW
YOUR
CUSTOMER.
DARCY DOES.

CURSOR DOESN'T KNOW
YOUR CUSTOMER.
DARCY DOES.

CURSOR DOESN'T KNOW
YOUR
CUSTOMER.
DARCY DOES.

Trusted by hundreds of forward-thinking organizations, from high-growth scaleups to established enterprises.

DarcyIQ — MCP Architecture
app.darcyiq.com/mcp-studio/architecture
Darcy Project to IDE via MCP Server
The MCP server bridges project intelligence — scope, meetings, customer expectations — directly into the developer's IDE
P
Pinegrove Inspection Backend
Sales to Delivery handoff
Dashboard
Definition
Items
📅Meetings
Discovery Call — HelenApr 23Transcribed
Technical Deep-DiveApr 25Transcribed
📚Knowledge Base
📎Artifacts
🎯Customer Expectations
🔎Scope
Darcy Project
Knowledge base, artifacts & resources
Darcy MCP
Connected
darcy_review.md
// Darcy Alignment Check
// PR #47 — equipment-history GSI
E5 Asset history HONORED ✓
Full history in one query
E2 Cost profile HONORED ✓
On-demand capacity kept
E1 Simplicity PARTIAL ⚠
Runbook gap: backfill recovery
// Source: Helen, Apr 23 @ 31:55
// Source: SoW § In-Scope
IDE / Developer Environment
Live project access & execution

Model Context Protocol

Connect via
Darcy MCP

DarcyIQ turns calls, decks, SOWs and contracts into evolving project specs, requirements — with citation for each.

Integrate with your favorite coding agent or IDE via MCP. Works with Cursor, Claude Code, Kiro and more.

LESS REWORK
MORE SHIPPED RIGHT

LESS REWORK
MORE SHIPPED RIGHT

Trusted by forward-thinking organizations, including high-growth systems integrators, digital marketing organizations,
and managed service providers.


DarcyIQ — Pinegrove · PR Reviews
app.darcyiq.com/projects/pinegrove/pr-reviews
GitHub ConnectedAutomated PR reviews
pinegrove-inspection-backend/equipment-history#47
feat(PI-104): cross-checklist aggregation GSI for equipment history
@anna-rivera mainfeat/PI-104-equipment-history-gsi
pinegrove-inspection-backend/photo-storage#46
infra(PI-098): S3 photo bucket with lifecycle + signed-URL CORS
@ben-carter maininfra/PI-098-photo-storage
pinegrove-inspection-backend/admin-dashboard#45
feat(PI-091): admin dashboard with rental revenue analytics
@carlos-mendez mainfeat/PI-091-admin-dashboard
pinegrove-inspection-backend/ecs-api-service#44
feat(PI-082): ECS Fargate API service with auto-scaling
@ben-carter mainfeat/PI-082-ecs-api-service
pinegrove-inspection-backend/api-endpoints#43
feat(PI-076): API endpoints — checklist CRUD and signed-URL minting
@carlos-mendez mainfeat/PI-076-api-endpoints
pinegrove-inspection-backend/iam-task-role#42
fix(PI-071): correct IAM policy scope for ECS task role
@anna-rivera mainfix/PI-071-iam-task-role-scope
pinegrove-inspection-backend/runbook#41
docs(PI-068): runbook — alarm response and access procedures
@anna-rivera maindocs/PI-068-runbook
pinegrove-inspection-backend/equipment-history #47
feat(PI-104): cross-checklist aggregation GSI for equipment history
pinegrove-inspection-backend/equipment-history #47MERGED · APR 27, 2026REVIEW POSTEDQ47
@anna-rivera mainfeat/PI-104-equipment-history-gsi
a3f8b21 · Apr 27, 2026 · 09:14
MergedApr 27, 2026 · 13:38
Was this review useful?
No feedback yet.
Darcy review · Pinegrove

Customer expectations

Promises captured during sales — each cites its source.
E5Cross-checklist asset historyHonored
Discovery call · Apr 23, 31:55
E2Predictable cost profileHonored
Discovery call · Apr 23, 23:18
E1Operational simplicityPartial
Discovery call · Apr 23, 12:42

Summary

Implements PI-104: adds the third Global Secondary Index covering the equipment-history access pattern Helen described in the discovery call. Schema changes preserve on-demand capacity to honor the predictable-cost commitment ( E2 ). Includes an idempotent backfill script with dry-run support, the new /equipment/{id}/history aggregation endpoint, and 11 integration tests against amazon/dynamodb-local. Cross-checklist asset history workflow ( E5 ) is delivered end-to-end.

Strengths

  • Schema design matches the access pattern Helen described (infrastructure/dynamodb/checklist_table.ts) GSI partition key on equipment_id, sort on checkpoint_ts — this is exactly the access pattern needed to surface a single asset's full history across all three inspection types in one query, no client-side stitching. The kayak-binder use case from the discovery call is solved with a single Query.

  • On-demand capacity preserved across the new index (infrastructure/dynamodb/checklist_table.ts) GSI inherits on-demand billing — costs continue to track usage rather than provisioned capacity. Honors the linear-with-volume cost commitment Helen pushed back on twice during discovery.

  • Idempotent backfill (scripts/backfill_equipment_gsi.py) Backfill checks for existing GSI projections before writing, supports a dry-run flag, and accepts a --batch-size parameter. Operable by a non-DevOps person, which lines up with the operational-simplicity expectation.

Suggestions

Should-fix · infrastructure/dynamodb/checklist_table.ts lines 82–88

GSI projection is currently ALL. Equipment-history queries only need a small attribute subset (status, type, checkpoint_ts, line_item_count). Switching to INCLUDE projection cuts write throughput cost roughly in half — material to E2 as the equipment fleet grows.

Should-fix · docs/runbook.md

Add a one-paragraph 'recovering from an interrupted backfill' entry. The script handles it correctly, but Helen needs to know that without reading the source. Direct gap on E1.

Nit · scripts/backfill_equipment_gsi.py lines 34

Log line says "backfilling GSI" but doesn't include the table name. Helpful for ops, though we only have one environment per E6.

Question · tests/integration/test_aggregation_endpoint.py lines 201–214

The mixed-type history test asserts post-rental records reference the most-recent pre-rental record. Is that guaranteed by the data model, or is it a property of the seeded fixtures? If the latter, a deliberately-out-of-order fixture would catch regressions.

Risks / test gaps

Low·infrastructure/dynamodb/checklist_table.ts

Adding a GSI on an existing table triggers a backfill that briefly raises consumed write capacity. Pinegrove's current write volume is low enough (<1 WCU sustained) that this won't trip throttling, but worth flagging if the inspection rollout accelerates before this ships.

Real impact from Engineers

Data from 50 engineers over 22 projects

Increased AI code acceptance

Increased AI code acceptance

51%

51%

AVG Delivery Margin Expansion

AVG Delivery Margin Expansion

AVG Delivery Margin Expansion

AVG Delivery Margin Expansion

35%

35%

35%

Engineering project capacity

Engineering project capacity

Engineering project
capacity

3x

3x

Faster work completion, without re-work

Faster work completion, without re-work

Faster work completion, without
re-work

60%+

60%+

Time saved by eliminating rework and clarification meetings

Time saved by eliminating rework and clarification meetings

~1.8 hrs/day

~1.8 hrs/day

Frequently asked questions

Answers to common questions about getting started and using Darcy day to day.

Book a demo call

Let’s talk about your current setup and see how Darcy can simplify your service operations.

Do you prefer email? We're available at:

Is my data safe with your platform?
icon

We use encryption protocols to safeguard data transmission, regularly monitor for any vulnerabilities, and implement industry-standard security practices. Rest assured, your data is in safe hands.

How does DarcyIQ deliver such dramatic improvements?
icon

DarcyIQ eliminates the traditional bottlenecks in three ways: First, it joins your client calls to provide real-time expertise. Second, it automates technical documentation creation, reducing delivery time from weeks to hours. Third, it leverages your historical project data to generate highly accurate proposals. This allows your team to respond to customer needs immediately, close deals 70% faster, and handle 4x more opportunities with your existing staff.

How quickly will we see ROI from DarcyIQ?
icon

Most consulting firms achieve positive ROI within 60 days through increased deal velocity and win rates. The onboarding process takes less than 3 weeks, and you'll see immediate impact as your first proposals are delivered in hours instead of weeks. Our customers typically experience a 20-30x return on investment within the first year through increased revenue, improved margins, and dramatically higher team productivity.

Which types of consulting firms benefit most from DarcyIQ?
icon

DarcyIQ delivers exceptional results for technical consulting firms, system integrators, management consultancies, and financial advisory firms. Any business where specialized expertise must be consistently communicated through high-stakes client documentation will see dramatic improvements. Firms experiencing growth constraints due to technical resource limitations, long sales cycles, or inconsistent proposal quality are ideal candidates. Darcy is particularly transformative for businesses scaling beyond $5M in annual revenue where technical pre-sales bottlenecks begin limiting growth.

What deployment options are available?
icon

DarcyIQ is primarily delivered as a secure, enterprise-grade Multi-Tenant SaaS solution, offering immediate access with zero infrastructure management required. For organizations with specific compliance, regulatory, or security requirements, DarcyIQ is available as a license and is able to run on a private infrastructure. Contact our sales team to discuss your specific deployment needs and receive a tailored solution that aligns with your organization's requirements.

Frequently asked questions

Answers to common questions about getting started and using Darcy day to day.

Book a demo call

Let’s talk about your current setup and see how Darcy can simplify your service operations.

Do you prefer email? We're available at:

Is my data safe with your platform?
icon

We use encryption protocols to safeguard data transmission, regularly monitor for any vulnerabilities, and implement industry-standard security practices. Rest assured, your data is in safe hands.

How does DarcyIQ deliver such dramatic improvements?
icon

DarcyIQ eliminates the traditional bottlenecks in three ways: First, it joins your client calls to provide real-time expertise. Second, it automates technical documentation creation, reducing delivery time from weeks to hours. Third, it leverages your historical project data to generate highly accurate proposals. This allows your team to respond to customer needs immediately, close deals 70% faster, and handle 4x more opportunities with your existing staff.

How quickly will we see ROI from DarcyIQ?
icon

Most consulting firms achieve positive ROI within 60 days through increased deal velocity and win rates. The onboarding process takes less than 3 weeks, and you'll see immediate impact as your first proposals are delivered in hours instead of weeks. Our customers typically experience a 20-30x return on investment within the first year through increased revenue, improved margins, and dramatically higher team productivity.

Which types of consulting firms benefit most from DarcyIQ?
icon

DarcyIQ delivers exceptional results for technical consulting firms, system integrators, management consultancies, and financial advisory firms. Any business where specialized expertise must be consistently communicated through high-stakes client documentation will see dramatic improvements. Firms experiencing growth constraints due to technical resource limitations, long sales cycles, or inconsistent proposal quality are ideal candidates. Darcy is particularly transformative for businesses scaling beyond $5M in annual revenue where technical pre-sales bottlenecks begin limiting growth.

What deployment options are available?
icon

DarcyIQ is primarily delivered as a secure, enterprise-grade Multi-Tenant SaaS solution, offering immediate access with zero infrastructure management required. For organizations with specific compliance, regulatory, or security requirements, DarcyIQ is available as a license and is able to run on a private infrastructure. Contact our sales team to discuss your specific deployment needs and receive a tailored solution that aligns with your organization's requirements.

Frequently asked questions

Answers to common questions about getting started and using Darcy day to day.

Book a demo call

Let’s talk about your current setup and see how Darcy can simplify your service operations.

Do you prefer email? We're available at:

Is my data safe with your platform?
icon

We use encryption protocols to safeguard data transmission, regularly monitor for any vulnerabilities, and implement industry-standard security practices. Rest assured, your data is in safe hands.

How does DarcyIQ deliver such dramatic improvements?
icon

DarcyIQ eliminates the traditional bottlenecks in three ways: First, it joins your client calls to provide real-time expertise. Second, it automates technical documentation creation, reducing delivery time from weeks to hours. Third, it leverages your historical project data to generate highly accurate proposals. This allows your team to respond to customer needs immediately, close deals 70% faster, and handle 4x more opportunities with your existing staff.

How quickly will we see ROI from DarcyIQ?
icon

Most consulting firms achieve positive ROI within 60 days through increased deal velocity and win rates. The onboarding process takes less than 3 weeks, and you'll see immediate impact as your first proposals are delivered in hours instead of weeks. Our customers typically experience a 20-30x return on investment within the first year through increased revenue, improved margins, and dramatically higher team productivity.

Which types of consulting firms benefit most from DarcyIQ?
icon

DarcyIQ delivers exceptional results for technical consulting firms, system integrators, management consultancies, and financial advisory firms. Any business where specialized expertise must be consistently communicated through high-stakes client documentation will see dramatic improvements. Firms experiencing growth constraints due to technical resource limitations, long sales cycles, or inconsistent proposal quality are ideal candidates. Darcy is particularly transformative for businesses scaling beyond $5M in annual revenue where technical pre-sales bottlenecks begin limiting growth.

What deployment options are available?
icon

DarcyIQ is primarily delivered as a secure, enterprise-grade Multi-Tenant SaaS solution, offering immediate access with zero infrastructure management required. For organizations with specific compliance, regulatory, or security requirements, DarcyIQ is available as a license and is able to run on a private infrastructure. Contact our sales team to discuss your specific deployment needs and receive a tailored solution that aligns with your organization's requirements.

Frequently asked questions

Answers to common questions about getting started and using Darcy day to day.

Book a demo call

Let’s talk about your current setup and see how Darcy can simplify your service operations.

Do you prefer email? We're available at:

Is my data safe with your platform?
icon

We use encryption protocols to safeguard data transmission, regularly monitor for any vulnerabilities, and implement industry-standard security practices. Rest assured, your data is in safe hands.

How does DarcyIQ deliver such dramatic improvements?
icon

DarcyIQ eliminates the traditional bottlenecks in three ways: First, it joins your client calls to provide real-time expertise. Second, it automates technical documentation creation, reducing delivery time from weeks to hours. Third, it leverages your historical project data to generate highly accurate proposals. This allows your team to respond to customer needs immediately, close deals 70% faster, and handle 4x more opportunities with your existing staff.

How quickly will we see ROI from DarcyIQ?
icon

Most consulting firms achieve positive ROI within 60 days through increased deal velocity and win rates. The onboarding process takes less than 3 weeks, and you'll see immediate impact as your first proposals are delivered in hours instead of weeks. Our customers typically experience a 20-30x return on investment within the first year through increased revenue, improved margins, and dramatically higher team productivity.

Which types of consulting firms benefit most from DarcyIQ?
icon

DarcyIQ delivers exceptional results for technical consulting firms, system integrators, management consultancies, and financial advisory firms. Any business where specialized expertise must be consistently communicated through high-stakes client documentation will see dramatic improvements. Firms experiencing growth constraints due to technical resource limitations, long sales cycles, or inconsistent proposal quality are ideal candidates. Darcy is particularly transformative for businesses scaling beyond $5M in annual revenue where technical pre-sales bottlenecks begin limiting growth.

What deployment options are available?
icon

DarcyIQ is primarily delivered as a secure, enterprise-grade Multi-Tenant SaaS solution, offering immediate access with zero infrastructure management required. For organizations with specific compliance, regulatory, or security requirements, DarcyIQ is available as a license and is able to run on a private infrastructure. Contact our sales team to discuss your specific deployment needs and receive a tailored solution that aligns with your organization's requirements.

@ 2026 DarcyIQ. All rights reverved

DarcyIQ is an AI-powered platform, not a consulting firm, financial advisor, or professional services provider. The services provided by DarcyIQ are intended solely for business use and do not include legal counsel, tax preparation, accounting services, or regulatory compliance assurance. DarcyIQ's tools are designed to enhance productivity, automate workflows, and support decision-making across sales and delivery operations, and should not be interpreted as professional advice or a substitute for qualified legal, financial, or technical consultation.

Access to the DarcyIQ platform is subject to our Terms of Use and Privacy Policy. Data entered into the platform is processed in accordance with applicable data protection laws and stored using enterprise-grade security protocols. DarcyIQ does not make any representations regarding business outcomes, revenue performance, or legal guarantees resulting from use of the platform.

All third-party integrations and APIs — including Salesforce, Zoom, JIRA, AWS Partner Central, and Microsoft Office — are provided "as is" and DarcyIQ assumes no responsibility for the accuracy, availability, or continued support of connected services. DarcyIQ does not provide proposal writing, project management, or regulatory reporting services unless explicitly agreed upon through a signed service agreement. Use of DarcyIQ may involve transmitting business data through secure APIs or manually imported files. Customers are responsible for ensuring the accuracy of their business records and for maintaining compliance with applicable local, national, or international regulations. DarcyIQ is not responsible for any losses incurred due to data inaccuracies, missed deadlines, or misinterpretations of business data presented through the platform.

The DarcyIQ platform is not intended for personal or consumer use. Access to features such as meeting intelligence, proposal generation, MCP Studio integrations, and pipeline analytics may vary depending on plan level and geographic availability. Any forward-looking insights, analytics, or automation features are intended for informational purposes only and should not be solely relied upon when making business or financial decisions.

DarcyIQ is a product of Innovative Solutions (https://innovativesol.com), an AWS Premier Tier Services Partner. For questions related to platform usage, licensing, or data security, please refer to our Help Center or contact hello@darcyiq.com.

@ 2026 DarcyIQ. All rights reverved

DarcyIQ is an AI-powered platform, not a consulting firm, financial advisor, or professional services provider. The services provided by DarcyIQ are intended solely for business use and do not include legal counsel, tax preparation, accounting services, or regulatory compliance assurance. DarcyIQ's tools are designed to enhance productivity, automate workflows, and support decision-making across sales and delivery operations, and should not be interpreted as professional advice or a substitute for qualified legal, financial, or technical consultation.

Access to the DarcyIQ platform is subject to our Terms of Use and Privacy Policy. Data entered into the platform is processed in accordance with applicable data protection laws and stored using enterprise-grade security protocols. DarcyIQ does not make any representations regarding business outcomes, revenue performance, or legal guarantees resulting from use of the platform.

All third-party integrations and APIs — including Salesforce, Zoom, JIRA, AWS Partner Central, and Microsoft Office — are provided "as is" and DarcyIQ assumes no responsibility for the accuracy, availability, or continued support of connected services. DarcyIQ does not provide proposal writing, project management, or regulatory reporting services unless explicitly agreed upon through a signed service agreement. Use of DarcyIQ may involve transmitting business data through secure APIs or manually imported files. Customers are responsible for ensuring the accuracy of their business records and for maintaining compliance with applicable local, national, or international regulations. DarcyIQ is not responsible for any losses incurred due to data inaccuracies, missed deadlines, or misinterpretations of business data presented through the platform.

The DarcyIQ platform is not intended for personal or consumer use. Access to features such as meeting intelligence, proposal generation, MCP Studio integrations, and pipeline analytics may vary depending on plan level and geographic availability. Any forward-looking insights, analytics, or automation features are intended for informational purposes only and should not be solely relied upon when making business or financial decisions.

DarcyIQ is a product of Innovative Solutions (https://innovativesol.com), an AWS Premier Tier Services Partner. For questions related to platform usage, licensing, or data security, please refer to our Help Center or contact hello@darcyiq.com.

@ 2026 DarcyIQ. All rights reverved

DarcyIQ is an AI-powered platform, not a consulting firm, financial advisor, or professional services provider. The services provided by DarcyIQ are intended solely for business use and do not include legal counsel, tax preparation, accounting services, or regulatory compliance assurance. DarcyIQ's tools are designed to enhance productivity, automate workflows, and support decision-making across sales and delivery operations, and should not be interpreted as professional advice or a substitute for qualified legal, financial, or technical consultation.

Access to the DarcyIQ platform is subject to our Terms of Use and Privacy Policy. Data entered into the platform is processed in accordance with applicable data protection laws and stored using enterprise-grade security protocols. DarcyIQ does not make any representations regarding business outcomes, revenue performance, or legal guarantees resulting from use of the platform.

All third-party integrations and APIs — including Salesforce, Zoom, JIRA, AWS Partner Central, and Microsoft Office — are provided "as is" and DarcyIQ assumes no responsibility for the accuracy, availability, or continued support of connected services. DarcyIQ does not provide proposal writing, project management, or regulatory reporting services unless explicitly agreed upon through a signed service agreement. Use of DarcyIQ may involve transmitting business data through secure APIs or manually imported files. Customers are responsible for ensuring the accuracy of their business records and for maintaining compliance with applicable local, national, or international regulations. DarcyIQ is not responsible for any losses incurred due to data inaccuracies, missed deadlines, or misinterpretations of business data presented through the platform.

The DarcyIQ platform is not intended for personal or consumer use. Access to features such as meeting intelligence, proposal generation, MCP Studio integrations, and pipeline analytics may vary depending on plan level and geographic availability. Any forward-looking insights, analytics, or automation features are intended for informational purposes only and should not be solely relied upon when making business or financial decisions.

DarcyIQ is a product of Innovative Solutions (https://innovativesol.com), an AWS Premier Tier Services Partner. For questions related to platform usage, licensing, or data security, please refer to our Help Center or contact hello@darcyiq.com.